#997C07
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #997C07
The hex code #997C07 represents a beautifully specific shade of yellow. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(153, 124, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 19% Magenta, 95% Yellow, and 40% Black. The HSL representation is 48.1° hue, 91.2% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. 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#997C07
RGB153, 124, 7
HSL48.1°, 91.2%, 31.4%
CMYK0%, 19%, 95%, 40%
HSV48.1°, 95.4%, 60.0%
LAB53.2, 1.1, 57.4
XYZ20.4, 21.2, 3.2
Decimal10058759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #997C07;
}
.text-color {
color: #997C07;
}
.border-color {
border: 2px solid #997C07;
}