#DBCC5F
A light, moderate yellow closely aligning with Khaki.
About #DBCC5F
When working with digital screens, the color #DBCC5F is rendered by mixing light. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 219 red, 204 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 7% Magenta, 57% Yellow, and 14% Black. The HSL representation is 52.7° hue, 63.3% saturation, and 61.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBCC5F
RGB219, 204, 95
HSL52.7°, 63.3%, 61.6%
CMYK0%, 7%, 57%, 14%
HSV52.7°, 56.6%, 85.9%
LAB81.3, -8.3, 55.2
XYZ52.9, 59.1, 19.4
Decimal14404703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.81:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC5F;
}
.text-color {
color: #DBCC5F;
}
.border-color {
border: 2px solid #DBCC5F;
}