#BD8324
A medium, moderate orange closely aligning with Darkgoldenrod.
About #BD8324
The hex code #BD8324 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 131, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 31% magenta, 81% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD8324
RGB189, 131, 36
HSL37.3°, 68.0%, 44.1%
CMYK0%, 31%, 81%, 26%
HSV37.3°, 81.0%, 74.1%
LAB59.1, 14.4, 56.2
XYZ29.4, 27.2, 5.4
Decimal12419876
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.44:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8324;
}
.text-color {
color: #BD8324;
}
.border-color {
border: 2px solid #BD8324;
}