#BDB67C
A light, moderate yellow closely aligning with Darkkhaki.
About #BDB67C
At its core, #BDB67C is a light and moderate hue. Designers often compare it to the standard color Darkkhaki. Its digital footprint relies on 189 parts red, 182 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. The HSL representation is 53.5° hue, 33.0% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDB67C
RGB189, 182, 124
HSL53.5°, 33.0%, 61.4%
CMYK0%, 4%, 34%, 26%
HSV53.5°, 34.4%, 74.1%
LAB73.4, -6.3, 30.5
XYZ41.4, 45.7, 25.7
Decimal12433020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB67C;
}
.text-color {
color: #BDB67C;
}
.border-color {
border: 2px solid #BDB67C;
}