#BDB666
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDB666
When working with digital screens, the color #BDB666 is rendered by mixing light. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(189, 182, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 4% M, 46% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDB666
RGB189, 182, 102
HSL55.2°, 39.7%, 57.1%
CMYK0%, 4%, 46%, 26%
HSV55.2°, 46.0%, 74.1%
LAB73.0, -8.8, 41.4
XYZ40.1, 45.2, 19.2
Decimal12432998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.05:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB666;
}
.text-color {
color: #BDB666;
}
.border-color {
border: 2px solid #BDB666;
}