#AF6D07
A dark, vivid orange closely aligning with Darkgoldenrod.
About #AF6D07
The hex code #AF6D07 represents a beautifully specific shade of orange. Designers often compare it to the standard color Darkgoldenrod. In the RGB color space, it consists of 175 red, 109 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. The HSL representation is 36.4° hue, 92.3% saturation, and 35.7% lightness.
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 #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF6D07
RGB175, 109, 7
HSL36.4°, 92.3%, 35.7%
CMYK0%, 38%, 96%, 31%
HSV36.4°, 96.0%, 68.6%
LAB51.9, 19.7, 57.7
XYZ23.2, 20.1, 2.9
Decimal11496711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF6D07;
}
.text-color {
color: #AF6D07;
}
.border-color {
border: 2px solid #AF6D07;
}