#BDB650
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDB650
When working with digital screens, the color #BDB650 is rendered by mixing light. 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, 182, and 80.
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 56.1° hue, 45.2% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDB650
RGB189, 182, 80
HSL56.1°, 45.2%, 52.7%
CMYK0%, 4%, 58%, 26%
HSV56.1°, 57.7%, 74.1%
LAB72.8, -10.7, 51.7
XYZ39.2, 44.9, 14.2
Decimal12432976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.97:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB650;
}
.text-color {
color: #BDB650;
}
.border-color {
border: 2px solid #BDB650;
}