Shades of Dark Goldenrod #A97D0E
Tints of Dark Goldenrod #A97D0E
RGB
CMYK
RGB Variations
Color information
#A97D0E (or 0xA97D0E) is known color: Dark Goldenrod. HEX triplet: A9, 7D and 0E. RGB value is (169,125,14). Sum of RGB (Red+Green+Blue) = 169+125+14=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97D0E is #5682F1. Grayscale: #7D7D7D. Windows color (decimal): -5669618 or 949673. OLE color: 949673.
HSL color Cylindrical-coordinate representation of color #A97D0E: hue angle of 42.97º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A97D0E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 14 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.34 |
| HSL | 42.97º | 0.85% | 0.36% | - |
| HSV(B) | 42.97º | 0.92% | 0.66% | - |
| XYZ | 23.78 | 23.13 | 3.63 | - |
| YUV | 125.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 14 | 0 | 0.26 | 0.92 | 0.34 | 42.97 | 0.85 | 0.36 |
| Hex | A9 | 7D | E | 0 | 1A | 5C | 22 | 2B | 55 | 24 |
| Octal | 251 | 175 | 16 | 0 | 32 | 134 | 42 | 53 | 125 | 44 |
| Binary | 10101001 | 1111101 | 1110 | 0 | 11010 | 1011100 | 100010 | 101011 | 1010101 | 100100 |
Color Harmonies of #A97D0E
Complementary color
Monochromatic Colors of #A97D0E
Black with #A97D0E
Text Example
Text Example
White with #A97D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D0E; }
p { color: rgb(169,125,14); }
H1.HeaderClassName
{
color: #A97D0E;
}
.AnyTagClassName
{
color: #A97D0E;
}
</style>
background-color css
<style>
a { background-color: #A97D0E; }
a { background-color: rgb(169,125,14); }
div.DivClassName
{
background-color: #A97D0E;
}
.BgClassName
{
background-color: #A97D0E;
}
</style>
border-color css
<style>
span { border-color: #A97D0E; }
span { border-color: rgb(169,125,14); }
td.TdClassName
{
border-color: #A97D0E;
}
.TagClassName
{
border-color: #A97D0E;
}
</style>