Shades of Dark Goldenrod #AD780B
Tints of Dark Goldenrod #AD780B
RGB
CMYK
RGB Variations
Color information
#AD780B (or 0xAD780B) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 0B. RGB value is (173,120,11). Sum of RGB (Red+Green+Blue) = 173+120+11=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD780B is #5287F4. Grayscale: #7B7B7B. Windows color (decimal): -5408757 or 751789. OLE color: 751789.
HSL color Cylindrical-coordinate representation of color #AD780B: hue angle of 40.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD780B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.32 |
| HSL | 40.37º | 0.88% | 0.36% | - |
| HSV(B) | 40.37º | 0.94% | 0.68% | - |
| XYZ | 24.01 | 22.34 | 3.36 | - |
| YUV | 123.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 11 | 0 | 0.31 | 0.94 | 0.32 | 40.37 | 0.88 | 0.36 |
| Hex | AD | 78 | B | 0 | 1F | 5E | 20 | 28 | 58 | 24 |
| Octal | 255 | 170 | 13 | 0 | 37 | 136 | 40 | 50 | 130 | 44 |
| Binary | 10101101 | 1111000 | 1011 | 0 | 11111 | 1011110 | 100000 | 101000 | 1011000 | 100100 |
Color Harmonies of #AD780B
Complementary color
Monochromatic Colors of #AD780B
Black with #AD780B
Text Example
Text Example
White with #AD780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD780B; }
p { color: rgb(173,120,11); }
H1.HeaderClassName
{
color: #AD780B;
}
.AnyTagClassName
{
color: #AD780B;
}
</style>
background-color css
<style>
a { background-color: #AD780B; }
a { background-color: rgb(173,120,11); }
div.DivClassName
{
background-color: #AD780B;
}
.BgClassName
{
background-color: #AD780B;
}
</style>
border-color css
<style>
span { border-color: #AD780B; }
span { border-color: rgb(173,120,11); }
td.TdClassName
{
border-color: #AD780B;
}
.TagClassName
{
border-color: #AD780B;
}
</style>