Shades of Dark Goldenrod #AD790C
Tints of Dark Goldenrod #AD790C
RGB
CMYK
RGB Variations
Color information
#AD790C (or 0xAD790C) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 0C. RGB value is (173,121,12). Sum of RGB (Red+Green+Blue) = 173+121+12=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD790C is #5286F3. Grayscale: #7C7C7C. Windows color (decimal): -5408500 or 817581. OLE color: 817581.
HSL color Cylindrical-coordinate representation of color #AD790C: hue angle of 40.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD790C is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 12 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.32 |
| HSL | 40.62º | 0.87% | 0.36% | - |
| HSV(B) | 40.62º | 0.93% | 0.68% | - |
| XYZ | 24.14 | 22.59 | 3.44 | - |
| YUV | 124.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 12 | 0 | 0.30 | 0.93 | 0.32 | 40.62 | 0.87 | 0.36 |
| Hex | AD | 79 | C | 0 | 1E | 5D | 20 | 29 | 57 | 24 |
| Octal | 255 | 171 | 14 | 0 | 36 | 135 | 40 | 51 | 127 | 44 |
| Binary | 10101101 | 1111001 | 1100 | 0 | 11110 | 1011101 | 100000 | 101001 | 1010111 | 100100 |
Color Harmonies of #AD790C
Complementary color
Monochromatic Colors of #AD790C
Black with #AD790C
Text Example
Text Example
White with #AD790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD790C; }
p { color: rgb(173,121,12); }
H1.HeaderClassName
{
color: #AD790C;
}
.AnyTagClassName
{
color: #AD790C;
}
</style>
background-color css
<style>
a { background-color: #AD790C; }
a { background-color: rgb(173,121,12); }
div.DivClassName
{
background-color: #AD790C;
}
.BgClassName
{
background-color: #AD790C;
}
</style>
border-color css
<style>
span { border-color: #AD790C; }
span { border-color: rgb(173,121,12); }
td.TdClassName
{
border-color: #AD790C;
}
.TagClassName
{
border-color: #AD790C;
}
</style>