#CC8A16
A medium, vivid orange closely aligning with Darkgoldenrod.
About #CC8A16
Visually, #CC8A16 is defined as a vivid orange. Designers often compare it to the standard color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 138, and 22.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 32% magenta, 89% yellow, and 20% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC8A16
RGB204, 138, 22
HSL38.2°, 80.5%, 44.3%
CMYK0%, 32%, 89%, 20%
HSV38.2°, 89.2%, 80.0%
LAB62.6, 16.7, 64.0
XYZ34.1, 31.1, 5.0
Decimal13404694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC8A16;
}
.text-color {
color: #CC8A16;
}
.border-color {
border: 2px solid #CC8A16;
}