#DBD37C
A light, moderate yellow closely aligning with Khaki.
About #DBD37C
Visually, #DBD37C is defined as a moderate yellow. It is closely associated with the named CSS color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 211, and 124.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 4% M, 43% Y, and 14% K. The HSL representation is 54.9° hue, 56.9% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBD37C
RGB219, 211, 124
HSL54.9°, 56.9%, 67.3%
CMYK0%, 4%, 43%, 14%
HSV54.9°, 43.4%, 85.9%
LAB83.5, -9.3, 43.9
XYZ56.1, 63.1, 28.3
Decimal14406524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.62:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD37C;
}
.text-color {
color: #DBD37C;
}
.border-color {
border: 2px solid #DBD37C;
}