Shades of Dark Goldenrod #AD900E
Tints of Dark Goldenrod #AD900E
RGB
CMYK
RGB Variations
Color information
#AD900E (or 0xAD900E) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 0E. RGB value is (173,144,14). Sum of RGB (Red+Green+Blue) = 173+144+14=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD900E is #526FF1. Grayscale: #8A8A8A. Windows color (decimal): -5402610 or 954541. OLE color: 954541.
HSL color Cylindrical-coordinate representation of color #AD900E: hue angle of 49.06º 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 #AD900E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 14 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.32 |
| HSL | 49.06º | 0.85% | 0.37% | - |
| HSV(B) | 49.06º | 0.92% | 0.68% | - |
| XYZ | 27.29 | 28.86 | 4.55 | - |
| YUV | 137.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 14 | 0 | 0.17 | 0.92 | 0.32 | 49.06 | 0.85 | 0.37 |
| Hex | AD | 90 | E | 0 | 11 | 5C | 20 | 31 | 55 | 25 |
| Octal | 255 | 220 | 16 | 0 | 21 | 134 | 40 | 61 | 125 | 45 |
| Binary | 10101101 | 10010000 | 1110 | 0 | 10001 | 1011100 | 100000 | 110001 | 1010101 | 100101 |
Color Harmonies of #AD900E
Complementary color
Monochromatic Colors of #AD900E
Black with #AD900E
Text Example
Text Example
White with #AD900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD900E; }
p { color: rgb(173,144,14); }
H1.HeaderClassName
{
color: #AD900E;
}
.AnyTagClassName
{
color: #AD900E;
}
</style>
background-color css
<style>
a { background-color: #AD900E; }
a { background-color: rgb(173,144,14); }
div.DivClassName
{
background-color: #AD900E;
}
.BgClassName
{
background-color: #AD900E;
}
</style>
border-color css
<style>
span { border-color: #AD900E; }
span { border-color: rgb(173,144,14); }
td.TdClassName
{
border-color: #AD900E;
}
.TagClassName
{
border-color: #AD900E;
}
</style>