#DBCC66
A light, moderate yellow closely aligning with Khaki.
About #DBCC66
At its core, #DBCC66 is a light and moderate hue. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 204, and 102.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 7% magenta, 53% yellow, and 14% black. The HSL representation is 52.3° hue, 61.9% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCC66
RGB219, 204, 102
HSL52.3°, 61.9%, 62.9%
CMYK0%, 7%, 53%, 14%
HSV52.3°, 53.4%, 85.9%
LAB81.4, -7.8, 52.0
XYZ53.2, 59.2, 21.2
Decimal14404710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.84:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC66;
}
.text-color {
color: #DBCC66;
}
.border-color {
border: 2px solid #DBCC66;
}