#8A660F
A dark, vivid orange closely aligning with Darkgoldenrod.
About #8A660F
When working with digital screens, the color #8A660F is rendered by mixing light. Designers often compare it to the standard color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 102, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 26% M, 89% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A660F
RGB138, 102, 15
HSL42.4°, 80.4%, 30.0%
CMYK0%, 26%, 89%, 46%
HSV42.4°, 89.1%, 54.1%
LAB45.6, 6.8, 49.1
XYZ15.3, 14.9, 2.5
Decimal9070095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A660F;
}
.text-color {
color: #8A660F;
}
.border-color {
border: 2px solid #8A660F;
}