#BDB65F
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDB65F
At its core, #BDB65F is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 189 red, 182 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 4% Magenta, 50% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDB65F
RGB189, 182, 95
HSL55.5°, 41.6%, 55.7%
CMYK0%, 4%, 50%, 26%
HSV55.5°, 49.7%, 74.1%
LAB73.0, -9.4, 44.8
XYZ39.8, 45.1, 17.4
Decimal12432991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.02:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB65F;
}
.text-color {
color: #BDB65F;
}
.border-color {
border: 2px solid #BDB65F;
}