#BDA849
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDA849
The precise color #BDA849 is an excellent choice for modern design projects. 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 189, 168, and 73.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 11% Magenta, 61% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDA849
RGB189, 168, 73
HSL49.1°, 46.8%, 51.4%
CMYK0%, 11%, 61%, 26%
HSV49.1°, 61.4%, 74.1%
LAB69.0, -3.9, 50.7
XYZ36.2, 39.3, 12.0
Decimal12429385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.86:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA849;
}
.text-color {
color: #BDA849;
}
.border-color {
border: 2px solid #BDA849;
}