Shades of Dark Goldenrod #AD850D
Tints of Dark Goldenrod #AD850D
RGB
CMYK
RGB Variations
Color information
#AD850D (or 0xAD850D) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 0D. RGB value is (173,133,13). Sum of RGB (Red+Green+Blue) = 173+133+13=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD850D is #527AF2. Grayscale: #838383. Windows color (decimal): -5405427 or 886189. OLE color: 886189.
HSL color Cylindrical-coordinate representation of color #AD850D: hue angle of 45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD850D is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 13 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.32 |
| HSL | 45º | 0.86% | 0.36% | - |
| HSV(B) | 45º | 0.92% | 0.68% | - |
| XYZ | 25.69 | 25.69 | 3.98 | - |
| YUV | 131.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 13 | 0 | 0.23 | 0.92 | 0.32 | 45 | 0.86 | 0.36 |
| Hex | AD | 85 | D | 0 | 17 | 5C | 20 | 2D | 56 | 24 |
| Octal | 255 | 205 | 15 | 0 | 27 | 134 | 40 | 55 | 126 | 44 |
| Binary | 10101101 | 10000101 | 1101 | 0 | 10111 | 1011100 | 100000 | 101101 | 1010110 | 100100 |
Color Harmonies of #AD850D
Complementary color
Monochromatic Colors of #AD850D
Black with #AD850D
Text Example
Text Example
White with #AD850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD850D; }
p { color: rgb(173,133,13); }
H1.HeaderClassName
{
color: #AD850D;
}
.AnyTagClassName
{
color: #AD850D;
}
</style>
background-color css
<style>
a { background-color: #AD850D; }
a { background-color: rgb(173,133,13); }
div.DivClassName
{
background-color: #AD850D;
}
.BgClassName
{
background-color: #AD850D;
}
</style>
border-color css
<style>
span { border-color: #AD850D; }
span { border-color: rgb(173,133,13); }
td.TdClassName
{
border-color: #AD850D;
}
.TagClassName
{
border-color: #AD850D;
}
</style>