#AF9207
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #AF9207
At its core, #AF9207 is a dark and vivid hue. Designers often compare it to the standard color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 146, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 17% magenta, 96% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF9207
RGB175, 146, 7
HSL49.6°, 92.3%, 35.7%
CMYK0%, 17%, 96%, 31%
HSV49.6°, 96.0%, 68.6%
LAB61.4, -0.9, 64.5
XYZ28.0, 29.7, 4.5
Decimal11506183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.94:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9207;
}
.text-color {
color: #AF9207;
}
.border-color {
border: 2px solid #AF9207;
}