#997C16
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #997C16
At its core, #997C16 is a dark and vivid hue. It is closely associated with the named CSS color Darkgoldenrod. This translates to an RGB value of rgb(153, 124, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 19% M, 86% Y, and 40% K. The HSL representation is 46.7° hue, 74.9% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#997C16
RGB153, 124, 22
HSL46.7°, 74.9%, 34.3%
CMYK0%, 19%, 86%, 40%
HSV46.7°, 85.6%, 60.0%
LAB53.2, 1.5, 54.1
XYZ20.5, 21.2, 3.8
Decimal10058774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #997C16;
}
.text-color {
color: #997C16;
}
.border-color {
border: 2px solid #997C16;
}