#BD7C07
A dark, vivid orange closely aligning with Darkgoldenrod.
About #BD7C07
Visually, #BD7C07 is defined as a vivid orange. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 189 red, 124 green, and 7 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 34% magenta inks. 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. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD7C07
RGB189, 124, 7
HSL38.6°, 92.9%, 38.4%
CMYK0%, 34%, 96%, 26%
HSV38.6°, 96.3%, 74.1%
LAB57.3, 17.6, 62.3
XYZ28.2, 25.2, 3.6
Decimal12418055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.05:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7C07;
}
.text-color {
color: #BD7C07;
}
.border-color {
border: 2px solid #BD7C07;
}