Shades of Dark Goldenrod #AD800C
Tints of Dark Goldenrod #AD800C
RGB
CMYK
RGB Variations
Color information
#AD800C (or 0xAD800C) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 0C. RGB value is (173,128,12). Sum of RGB (Red+Green+Blue) = 173+128+12=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800C is #527FF3. Grayscale: #808080. Windows color (decimal): -5406708 or 819373. OLE color: 819373.
HSL color Cylindrical-coordinate representation of color #AD800C: hue angle of 43.23º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD800C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 12 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.32 |
| HSL | 43.23º | 0.87% | 0.36% | - |
| HSV(B) | 43.23º | 0.93% | 0.68% | - |
| XYZ | 25.02 | 24.35 | 3.73 | - |
| YUV | 128.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 12 | 0 | 0.26 | 0.93 | 0.32 | 43.23 | 0.87 | 0.36 |
| Hex | AD | 80 | C | 0 | 1A | 5D | 20 | 2B | 57 | 24 |
| Octal | 255 | 200 | 14 | 0 | 32 | 135 | 40 | 53 | 127 | 44 |
| Binary | 10101101 | 10000000 | 1100 | 0 | 11010 | 1011101 | 100000 | 101011 | 1010111 | 100100 |
Color Harmonies of #AD800C
Complementary color
Monochromatic Colors of #AD800C
Black with #AD800C
Text Example
Text Example
White with #AD800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD800C; }
p { color: rgb(173,128,12); }
H1.HeaderClassName
{
color: #AD800C;
}
.AnyTagClassName
{
color: #AD800C;
}
</style>
background-color css
<style>
a { background-color: #AD800C; }
a { background-color: rgb(173,128,12); }
div.DivClassName
{
background-color: #AD800C;
}
.BgClassName
{
background-color: #AD800C;
}
</style>
border-color css
<style>
span { border-color: #AD800C; }
span { border-color: rgb(173,128,12); }
td.TdClassName
{
border-color: #AD800C;
}
.TagClassName
{
border-color: #AD800C;
}
</style>