#D3C56D
A light, moderate yellow closely aligning with Darkkhaki.
About #D3C56D
When working with digital screens, the color #D3C56D is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(211, 197, 109).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 48% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3C56D
RGB211, 197, 109
HSL51.8°, 53.7%, 62.7%
CMYK0%, 7%, 48%, 17%
HSV51.8°, 48.3%, 82.7%
LAB79.0, -6.9, 45.6
XYZ49.6, 54.9, 22.4
Decimal13878637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.98:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C56D;
}
.text-color {
color: #D3C56D;
}
.border-color {
border: 2px solid #D3C56D;
}