Shades of Dark Goldenrod #AD9800
Tints of Dark Goldenrod #AD9800
RGB
CMYK
RGB Variations
Color information
#AD9800 (or 0xAD9800) is known color: Dark Goldenrod. HEX triplet: AD, 98 and 00. RGB value is (173,152,0). Sum of RGB (Red+Green+Blue) = 173+152+0=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9800 is #5267FF. Grayscale: #8D8D8D. Windows color (decimal): -5400576 or 39085. OLE color: 39085.
HSL color Cylindrical-coordinate representation of color #AD9800: hue angle of 52.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD9800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.32 |
| HSL | 52.72º | 1% | 0.34% | - |
| HSV(B) | 52.72º | 1% | 0.68% | - |
| XYZ | 28.46 | 31.34 | 4.55 | - |
| YUV | 140.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 0 | 0 | 0.12 | 1 | 0.32 | 52.72 | 1 | 0.34 |
| Hex | AD | 98 | 0 | 0 | C | 64 | 20 | 35 | 64 | 22 |
| Octal | 255 | 230 | 0 | 0 | 14 | 144 | 40 | 65 | 144 | 42 |
| Binary | 10101101 | 10011000 | 0 | 0 | 1100 | 1100100 | 100000 | 110101 | 1100100 | 100010 |
Color Harmonies of #AD9800
Complementary color
Monochromatic Colors of #AD9800
Black with #AD9800
Text Example
Text Example
White with #AD9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9800; }
p { color: rgb(173,152,0); }
H1.HeaderClassName
{
color: #AD9800;
}
.AnyTagClassName
{
color: #AD9800;
}
</style>
background-color css
<style>
a { background-color: #AD9800; }
a { background-color: rgb(173,152,0); }
div.DivClassName
{
background-color: #AD9800;
}
.BgClassName
{
background-color: #AD9800;
}
</style>
border-color css
<style>
span { border-color: #AD9800; }
span { border-color: rgb(173,152,0); }
td.TdClassName
{
border-color: #AD9800;
}
.TagClassName
{
border-color: #AD9800;
}
</style>