#DBC566
A light, moderate yellow closely aligning with Khaki.
About #DBC566
Visually, #DBC566 is defined as a moderate yellow. Its closest recognized web color is Khaki. In the RGB color space, it consists of 219 red, 197 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 10% M, 53% Y, and 14% K. With a hue angle of 48.7 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBC566
RGB219, 197, 102
HSL48.7°, 61.9%, 62.9%
CMYK0%, 10%, 53%, 14%
HSV48.7°, 53.4%, 85.9%
LAB79.6, -4.2, 49.9
XYZ51.6, 56.0, 20.7
Decimal14402918
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.19:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC566;
}
.text-color {
color: #DBC566;
}
.border-color {
border: 2px solid #DBC566;
}