#835F00
A dark, vivid orange closely aligning with Darkgoldenrod.
About #835F00
When working with digital screens, the color #835F00 is rendered by mixing light. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 131 red, 95 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 27% M, 100% Y, and 49% K. The HSL representation is 43.5° hue, 100.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#835F00
RGB131, 95, 0
HSL43.5°, 100.0%, 25.7%
CMYK0%, 27%, 100%, 49%
HSV43.5°, 100.0%, 51.4%
LAB42.8, 7.2, 50.4
XYZ13.5, 13.0, 1.8
Decimal8609536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #835F00;
}
.text-color {
color: #835F00;
}
.border-color {
border: 2px solid #835F00;
}