Shades of Dark Goldenrod #AD7D11
Tints of Dark Goldenrod #AD7D11
RGB
CMYK
RGB Variations
Color information
#AD7D11 (or 0xAD7D11) is known color: Dark Goldenrod. HEX triplet: AD, 7D and 11. RGB value is (173,125,17). Sum of RGB (Red+Green+Blue) = 173+125+17=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D11 is #5282EE. Grayscale: #7F7F7F. Windows color (decimal): -5407471 or 1146285. OLE color: 1146285.
HSL color Cylindrical-coordinate representation of color #AD7D11: hue angle of 41.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7D11 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 17 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.32 |
| HSL | 41.54º | 0.82% | 0.37% | - |
| HSV(B) | 41.54º | 0.9% | 0.68% | - |
| XYZ | 24.67 | 23.59 | 3.78 | - |
| YUV | 127.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 17 | 0 | 0.28 | 0.90 | 0.32 | 41.54 | 0.82 | 0.37 |
| Hex | AD | 7D | 11 | 0 | 1C | 5A | 20 | 2A | 52 | 25 |
| Octal | 255 | 175 | 21 | 0 | 34 | 132 | 40 | 52 | 122 | 45 |
| Binary | 10101101 | 1111101 | 10001 | 0 | 11100 | 1011010 | 100000 | 101010 | 1010010 | 100101 |
Color Harmonies of #AD7D11
Complementary color
Monochromatic Colors of #AD7D11
Black with #AD7D11
Text Example
Text Example
White with #AD7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D11; }
p { color: rgb(173,125,17); }
H1.HeaderClassName
{
color: #AD7D11;
}
.AnyTagClassName
{
color: #AD7D11;
}
</style>
background-color css
<style>
a { background-color: #AD7D11; }
a { background-color: rgb(173,125,17); }
div.DivClassName
{
background-color: #AD7D11;
}
.BgClassName
{
background-color: #AD7D11;
}
</style>
border-color css
<style>
span { border-color: #AD7D11; }
span { border-color: rgb(173,125,17); }
td.TdClassName
{
border-color: #AD7D11;
}
.TagClassName
{
border-color: #AD7D11;
}
</style>