#BDA85F
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDA85F
The hex code #BDA85F represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 189 red, 168 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 11% magenta, 50% yellow, and 26% black. With a hue angle of 46.6 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#BDA85F
RGB189, 168, 95
HSL46.6°, 41.6%, 55.7%
CMYK0%, 11%, 50%, 26%
HSV46.6°, 49.7%, 74.1%
LAB69.2, -2.1, 40.2
XYZ37.1, 39.7, 16.5
Decimal12429407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.93:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA85F;
}
.text-color {
color: #BDA85F;
}
.border-color {
border: 2px solid #BDA85F;
}