Shades of Dark Goldenrod #AD780D
Tints of Dark Goldenrod #AD780D
RGB
CMYK
RGB Variations
Color information
#AD780D (or 0xAD780D) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 0D. RGB value is (173,120,13). Sum of RGB (Red+Green+Blue) = 173+120+13=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD780D is #5287F2. Grayscale: #7C7C7C. Windows color (decimal): -5408755 or 882861. OLE color: 882861.
HSL color Cylindrical-coordinate representation of color #AD780D: hue angle of 40.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD780D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.32 |
| HSL | 40.13º | 0.86% | 0.36% | - |
| HSV(B) | 40.13º | 0.92% | 0.68% | - |
| XYZ | 24.02 | 22.35 | 3.43 | - |
| YUV | 123.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 13 | 0 | 0.31 | 0.92 | 0.32 | 40.13 | 0.86 | 0.36 |
| Hex | AD | 78 | D | 0 | 1F | 5C | 20 | 28 | 56 | 24 |
| Octal | 255 | 170 | 15 | 0 | 37 | 134 | 40 | 50 | 126 | 44 |
| Binary | 10101101 | 1111000 | 1101 | 0 | 11111 | 1011100 | 100000 | 101000 | 1010110 | 100100 |
Color Harmonies of #AD780D
Complementary color
Monochromatic Colors of #AD780D
Black with #AD780D
Text Example
Text Example
White with #AD780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD780D; }
p { color: rgb(173,120,13); }
H1.HeaderClassName
{
color: #AD780D;
}
.AnyTagClassName
{
color: #AD780D;
}
</style>
background-color css
<style>
a { background-color: #AD780D; }
a { background-color: rgb(173,120,13); }
div.DivClassName
{
background-color: #AD780D;
}
.BgClassName
{
background-color: #AD780D;
}
</style>
border-color css
<style>
span { border-color: #AD780D; }
span { border-color: rgb(173,120,13); }
td.TdClassName
{
border-color: #AD780D;
}
.TagClassName
{
border-color: #AD780D;
}
</style>