#DBCC92
A light, moderate yellow closely aligning with Palegoldenrod.
About #DBCC92
Visually, #DBCC92 is defined as a moderate yellow. It is closely associated with the named CSS color Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 204, and 146.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 33% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCC92
RGB219, 204, 146
HSL47.7°, 50.3%, 71.6%
CMYK0%, 7%, 33%, 14%
HSV47.7°, 33.3%, 85.9%
LAB82.0, -3.3, 30.8
XYZ56.0, 60.3, 35.9
Decimal14404754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.06:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC92;
}
.text-color {
color: #DBCC92;
}
.border-color {
border: 2px solid #DBCC92;
}