Shades of Dark Goldenrod #AD7D0E
Tints of Dark Goldenrod #AD7D0E
RGB
CMYK
RGB Variations
Color information
#AD7D0E (or 0xAD7D0E) is known color: Dark Goldenrod. HEX triplet: AD, 7D and 0E. RGB value is (173,125,14). Sum of RGB (Red+Green+Blue) = 173+125+14=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D0E is #5282F1. Grayscale: #7F7F7F. Windows color (decimal): -5407474 or 949677. OLE color: 949677.
HSL color Cylindrical-coordinate representation of color #AD7D0E: hue angle of 41.89º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD7D0E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.32 |
| HSL | 41.89º | 0.85% | 0.37% | - |
| HSV(B) | 41.89º | 0.92% | 0.68% | - |
| XYZ | 24.65 | 23.58 | 3.67 | - |
| YUV | 126.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 14 | 0 | 0.28 | 0.92 | 0.32 | 41.89 | 0.85 | 0.37 |
| Hex | AD | 7D | E | 0 | 1C | 5C | 20 | 2A | 55 | 25 |
| Octal | 255 | 175 | 16 | 0 | 34 | 134 | 40 | 52 | 125 | 45 |
| Binary | 10101101 | 1111101 | 1110 | 0 | 11100 | 1011100 | 100000 | 101010 | 1010101 | 100101 |
Color Harmonies of #AD7D0E
Complementary color
Monochromatic Colors of #AD7D0E
Black with #AD7D0E
Text Example
Text Example
White with #AD7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D0E; }
p { color: rgb(173,125,14); }
H1.HeaderClassName
{
color: #AD7D0E;
}
.AnyTagClassName
{
color: #AD7D0E;
}
</style>
background-color css
<style>
a { background-color: #AD7D0E; }
a { background-color: rgb(173,125,14); }
div.DivClassName
{
background-color: #AD7D0E;
}
.BgClassName
{
background-color: #AD7D0E;
}
</style>
border-color css
<style>
span { border-color: #AD7D0E; }
span { border-color: rgb(173,125,14); }
td.TdClassName
{
border-color: #AD7D0E;
}
.TagClassName
{
border-color: #AD7D0E;
}
</style>