#DBBD5F
A light, moderate yellow closely aligning with Darkkhaki.
About #DBBD5F
When working with digital screens, the color #DBBD5F is rendered by mixing light. Its closest recognized web color is Darkkhaki. Its digital footprint relies on 219 parts red, 189 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 14% Magenta, 57% Yellow, and 14% Black. With a hue angle of 45.5 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBBD5F
RGB219, 189, 95
HSL45.5°, 63.3%, 61.6%
CMYK0%, 14%, 57%, 14%
HSV45.5°, 56.6%, 85.9%
LAB77.4, -0.6, 50.7
XYZ49.5, 52.3, 18.3
Decimal14400863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.46:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBD5F;
}
.text-color {
color: #DBBD5F;
}
.border-color {
border: 2px solid #DBBD5F;
}