#996607
A dark, vivid orange closely aligning with Darkgoldenrod.
About #996607
Visually, #996607 is defined as a vivid orange. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 153 red, 102 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 33% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#996607
RGB153, 102, 7
HSL39.0°, 91.2%, 31.4%
CMYK0%, 33%, 95%, 40%
HSV39.0°, 95.4%, 60.0%
LAB47.4, 13.7, 53.1
XYZ17.9, 16.3, 2.4
Decimal10053127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #996607;
}
.text-color {
color: #996607;
}
.border-color {
border: 2px solid #996607;
}