Shades of Dark Goldenrod #AD800F
Tints of Dark Goldenrod #AD800F
RGB
CMYK
RGB Variations
Color information
#AD800F (or 0xAD800F) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 0F. RGB value is (173,128,15). Sum of RGB (Red+Green+Blue) = 173+128+15=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800F is #527FF0. Grayscale: #818181. Windows color (decimal): -5406705 or 1015981. OLE color: 1015981.
HSL color Cylindrical-coordinate representation of color #AD800F: hue angle of 42.91º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD800F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 15 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.32 |
| HSL | 42.91º | 0.84% | 0.37% | - |
| HSV(B) | 42.91º | 0.91% | 0.68% | - |
| XYZ | 25.04 | 24.36 | 3.83 | - |
| YUV | 128.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 15 | 0 | 0.26 | 0.91 | 0.32 | 42.91 | 0.84 | 0.37 |
| Hex | AD | 80 | F | 0 | 1A | 5B | 20 | 2B | 54 | 25 |
| Octal | 255 | 200 | 17 | 0 | 32 | 133 | 40 | 53 | 124 | 45 |
| Binary | 10101101 | 10000000 | 1111 | 0 | 11010 | 1011011 | 100000 | 101011 | 1010100 | 100101 |
Color Harmonies of #AD800F
Complementary color
Monochromatic Colors of #AD800F
Black with #AD800F
Text Example
Text Example
White with #AD800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD800F; }
p { color: rgb(173,128,15); }
H1.HeaderClassName
{
color: #AD800F;
}
.AnyTagClassName
{
color: #AD800F;
}
</style>
background-color css
<style>
a { background-color: #AD800F; }
a { background-color: rgb(173,128,15); }
div.DivClassName
{
background-color: #AD800F;
}
.BgClassName
{
background-color: #AD800F;
}
</style>
border-color css
<style>
span { border-color: #AD800F; }
span { border-color: rgb(173,128,15); }
td.TdClassName
{
border-color: #AD800F;
}
.TagClassName
{
border-color: #AD800F;
}
</style>