#BDA850
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDA850
At its core, #BDA850 is a medium and moderate hue. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 189 red, 168 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 11% magenta, 58% yellow, and 26% black. The HSL representation is 48.4° hue, 45.2% saturation, and 52.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDA850
RGB189, 168, 80
HSL48.4°, 45.2%, 52.7%
CMYK0%, 11%, 58%, 26%
HSV48.4°, 57.7%, 74.1%
LAB69.0, -3.3, 47.5
XYZ36.4, 39.4, 13.3
Decimal12429392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.88:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA850;
}
.text-color {
color: #BDA850;
}
.border-color {
border: 2px solid #BDA850;
}