#BDB657
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDB657
Visually, #BDB657 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 189 red, 182 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDB657
RGB189, 182, 87
HSL55.9°, 43.6%, 54.1%
CMYK0%, 4%, 54%, 26%
HSV55.9°, 54.0%, 74.1%
LAB72.9, -10.1, 48.5
XYZ39.4, 45.0, 15.6
Decimal12432983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
9.99:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB657;
}
.text-color {
color: #BDB657;
}
.border-color {
border: 2px solid #BDB657;
}