Shades of Dark Goldenrod #A97C0D
Tints of Dark Goldenrod #A97C0D
RGB
CMYK
RGB Variations
Color information
#A97C0D (or 0xA97C0D) is known color: Dark Goldenrod. HEX triplet: A9, 7C and 0D. RGB value is (169,124,13). Sum of RGB (Red+Green+Blue) = 169+124+13=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97C0D is #5683F2. Grayscale: #7D7D7D. Windows color (decimal): -5669875 or 883881. OLE color: 883881.
HSL color Cylindrical-coordinate representation of color #A97C0D: hue angle of 42.69º degrees, saturation: 0.86, 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 #A97C0D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 13 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.34 |
| HSL | 42.69º | 0.86% | 0.36% | - |
| HSV(B) | 42.69º | 0.92% | 0.66% | - |
| XYZ | 23.64 | 22.88 | 3.55 | - |
| YUV | 124.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 13 | 0 | 0.27 | 0.92 | 0.34 | 42.69 | 0.86 | 0.36 |
| Hex | A9 | 7C | D | 0 | 1B | 5C | 22 | 2B | 56 | 24 |
| Octal | 251 | 174 | 15 | 0 | 33 | 134 | 42 | 53 | 126 | 44 |
| Binary | 10101001 | 1111100 | 1101 | 0 | 11011 | 1011100 | 100010 | 101011 | 1010110 | 100100 |
Color Harmonies of #A97C0D
Complementary color
Monochromatic Colors of #A97C0D
Black with #A97C0D
Text Example
Text Example
White with #A97C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C0D; }
p { color: rgb(169,124,13); }
H1.HeaderClassName
{
color: #A97C0D;
}
.AnyTagClassName
{
color: #A97C0D;
}
</style>
background-color css
<style>
a { background-color: #A97C0D; }
a { background-color: rgb(169,124,13); }
div.DivClassName
{
background-color: #A97C0D;
}
.BgClassName
{
background-color: #A97C0D;
}
</style>
border-color css
<style>
span { border-color: #A97C0D; }
span { border-color: rgb(169,124,13); }
td.TdClassName
{
border-color: #A97C0D;
}
.TagClassName
{
border-color: #A97C0D;
}
</style>