Shades of Dark Goldenrod #A9780C
Tints of Dark Goldenrod #A9780C
RGB
CMYK
RGB Variations
Color information
#A9780C (or 0xA9780C) is known color: Dark Goldenrod. HEX triplet: A9, 78 and 0C. RGB value is (169,120,12). Sum of RGB (Red+Green+Blue) = 169+120+12=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A9780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9780C is #5687F3. Grayscale: #7A7A7A. Windows color (decimal): -5670900 or 817321. OLE color: 817321.
HSL color Cylindrical-coordinate representation of color #A9780C: hue angle of 41.27º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9780C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 12 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.34 |
| HSL | 41.27º | 0.87% | 0.35% | - |
| HSV(B) | 41.27º | 0.93% | 0.66% | - |
| XYZ | 23.15 | 21.89 | 3.35 | - |
| YUV | 122.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 12 | 0 | 0.29 | 0.93 | 0.34 | 41.27 | 0.87 | 0.35 |
| Hex | A9 | 78 | C | 0 | 1D | 5D | 22 | 29 | 57 | 23 |
| Octal | 251 | 170 | 14 | 0 | 35 | 135 | 42 | 51 | 127 | 43 |
| Binary | 10101001 | 1111000 | 1100 | 0 | 11101 | 1011101 | 100010 | 101001 | 1010111 | 100011 |
Color Harmonies of #A9780C
Complementary color
Monochromatic Colors of #A9780C
Black with #A9780C
Text Example
Text Example
White with #A9780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9780C; }
p { color: rgb(169,120,12); }
H1.HeaderClassName
{
color: #A9780C;
}
.AnyTagClassName
{
color: #A9780C;
}
</style>
background-color css
<style>
a { background-color: #A9780C; }
a { background-color: rgb(169,120,12); }
div.DivClassName
{
background-color: #A9780C;
}
.BgClassName
{
background-color: #A9780C;
}
</style>
border-color css
<style>
span { border-color: #A9780C; }
span { border-color: rgb(169,120,12); }
td.TdClassName
{
border-color: #A9780C;
}
.TagClassName
{
border-color: #A9780C;
}
</style>