#DBC583
A light, moderate yellow closely aligning with Darkkhaki.
About #DBC583
The hex code #DBC583 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 219, 197, and 131.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 10% M, 40% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBC583
RGB219, 197, 131
HSL45.0°, 55.0%, 68.6%
CMYK0%, 10%, 40%, 14%
HSV45.0°, 40.2%, 85.9%
LAB80.0, -1.4, 35.9
XYZ53.3, 56.6, 29.6
Decimal14402947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.33:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC583;
}
.text-color {
color: #DBC583;
}
.border-color {
border: 2px solid #DBC583;
}