#BDA057
A medium, moderate orange closely aligning with Darkkhaki.
About #BDA057
Visually, #BDA057 is defined as a moderate orange. 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, 160, and 87.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 15% Magenta, 54% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDA057
RGB189, 160, 87
HSL42.9°, 43.6%, 54.1%
CMYK0%, 15%, 54%, 26%
HSV42.9°, 54.0%, 74.1%
LAB67.0, 1.5, 41.6
XYZ35.3, 36.6, 14.2
Decimal12427351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA057;
}
.text-color {
color: #BDA057;
}
.border-color {
border: 2px solid #BDA057;
}