#DBB65F
A light, moderate orange closely aligning with Darkkhaki.
About #DBB65F
At its core, #DBB65F is a light and moderate hue. 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, 182, and 95.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 17% magenta, 57% yellow, and 14% black. With a hue angle of 42.1 degrees, it sits comfortably in the orange spectrum.
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#DBB65F
RGB219, 182, 95
HSL42.1°, 63.3%, 61.6%
CMYK0%, 17%, 57%, 14%
HSV42.1°, 56.6%, 85.9%
LAB75.7, 3.1, 48.6
XYZ48.0, 49.3, 17.8
Decimal14399071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.87:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB65F;
}
.text-color {
color: #DBB65F;
}
.border-color {
border: 2px solid #DBB65F;
}