#D3CC7C
A light, moderate yellow closely aligning with Darkkhaki.
About #D3CC7C
The hex code #D3CC7C represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 204, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 3% M, 41% Y, and 17% K. With a hue angle of 55.2 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3CC7C
RGB211, 204, 124
HSL55.2°, 49.7%, 65.7%
CMYK0%, 3%, 41%, 17%
HSV55.2°, 41.2%, 82.7%
LAB81.0, -9.0, 40.7
XYZ52.1, 58.5, 27.6
Decimal13880444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC7C;
}
.text-color {
color: #D3CC7C;
}
.border-color {
border: 2px solid #D3CC7C;
}