Shades of Dark Goldenrod #AD7B14
Tints of Dark Goldenrod #AD7B14
RGB
CMYK
RGB Variations
Color information
#AD7B14 (or 0xAD7B14) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 14. RGB value is (173,123,20). Sum of RGB (Red+Green+Blue) = 173+123+20=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B14 is #5284EB. Grayscale: #7E7E7E. Windows color (decimal): -5407980 or 1342381. OLE color: 1342381.
HSL color Cylindrical-coordinate representation of color #AD7B14: hue angle of 40.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD7B14 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 20 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.32 |
| HSL | 40.39º | 0.79% | 0.38% | - |
| HSV(B) | 40.39º | 0.88% | 0.68% | - |
| XYZ | 24.44 | 23.1 | 3.83 | - |
| YUV | 126.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 20 | 0 | 0.29 | 0.88 | 0.32 | 40.39 | 0.79 | 0.38 |
| Hex | AD | 7B | 14 | 0 | 1D | 58 | 20 | 28 | 4F | 26 |
| Octal | 255 | 173 | 24 | 0 | 35 | 130 | 40 | 50 | 117 | 46 |
| Binary | 10101101 | 1111011 | 10100 | 0 | 11101 | 1011000 | 100000 | 101000 | 1001111 | 100110 |
Color Harmonies of #AD7B14
Complementary color
Monochromatic Colors of #AD7B14
Black with #AD7B14
Text Example
Text Example
White with #AD7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B14; }
p { color: rgb(173,123,20); }
H1.HeaderClassName
{
color: #AD7B14;
}
.AnyTagClassName
{
color: #AD7B14;
}
</style>
background-color css
<style>
a { background-color: #AD7B14; }
a { background-color: rgb(173,123,20); }
div.DivClassName
{
background-color: #AD7B14;
}
.BgClassName
{
background-color: #AD7B14;
}
</style>
border-color css
<style>
span { border-color: #AD7B14; }
span { border-color: rgb(173,123,20); }
td.TdClassName
{
border-color: #AD7B14;
}
.TagClassName
{
border-color: #AD7B14;
}
</style>