#BD8300
A dark, vivid orange closely aligning with Darkgoldenrod.
About #BD8300
At its core, #BD8300 is a dark and vivid hue. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(189, 131, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 31% Magenta, 100% Yellow, and 26% Black. With a hue angle of 41.6 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD8300
RGB189, 131, 0
HSL41.6°, 100.0%, 37.1%
CMYK0%, 31%, 100%, 26%
HSV41.6°, 100.0%, 74.1%
LAB59.0, 13.6, 64.6
XYZ29.1, 27.1, 3.7
Decimal12419840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8300;
}
.text-color {
color: #BD8300;
}
.border-color {
border: 2px solid #BD8300;
}