#665033
A dark, moderate orange closely aligning with Dimgray.
About #665033
The hex code #665033 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 80, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 22% Magenta, 50% Yellow, and 60% Black. 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#665033
RGB102, 80, 51
HSL34.1°, 33.3%, 30.0%
CMYK0%, 22%, 50%, 60%
HSV34.1°, 50.0%, 40.0%
LAB35.6, 5.0, 20.5
XYZ8.9, 8.8, 4.4
Decimal6705203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665033;
}
.text-color {
color: #665033;
}
.border-color {
border: 2px solid #665033;
}