Shades of Dark Goldenrod #AD7909
Tints of Dark Goldenrod #AD7909
RGB
CMYK
RGB Variations
Color information
#AD7909 (or 0xAD7909) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 09. RGB value is (173,121,9). Sum of RGB (Red+Green+Blue) = 173+121+9=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7909 is #5286F6. Grayscale: #7C7C7C. Windows color (decimal): -5408503 or 620973. OLE color: 620973.
HSL color Cylindrical-coordinate representation of color #AD7909: hue angle of 40.98º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7909 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 9 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.32 |
| HSL | 40.98º | 0.9% | 0.36% | - |
| HSV(B) | 40.98º | 0.95% | 0.68% | - |
| XYZ | 24.12 | 22.58 | 3.35 | - |
| YUV | 123.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 9 | 0 | 0.30 | 0.95 | 0.32 | 40.98 | 0.9 | 0.36 |
| Hex | AD | 79 | 9 | 0 | 1E | 5F | 20 | 29 | 5A | 24 |
| Octal | 255 | 171 | 11 | 0 | 36 | 137 | 40 | 51 | 132 | 44 |
| Binary | 10101101 | 1111001 | 1001 | 0 | 11110 | 1011111 | 100000 | 101001 | 1011010 | 100100 |
Color Harmonies of #AD7909
Complementary color
Monochromatic Colors of #AD7909
Black with #AD7909
Text Example
Text Example
White with #AD7909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7909; }
p { color: rgb(173,121,9); }
H1.HeaderClassName
{
color: #AD7909;
}
.AnyTagClassName
{
color: #AD7909;
}
</style>
background-color css
<style>
a { background-color: #AD7909; }
a { background-color: rgb(173,121,9); }
div.DivClassName
{
background-color: #AD7909;
}
.BgClassName
{
background-color: #AD7909;
}
</style>
border-color css
<style>
span { border-color: #AD7909; }
span { border-color: rgb(173,121,9); }
td.TdClassName
{
border-color: #AD7909;
}
.TagClassName
{
border-color: #AD7909;
}
</style>