Shades of Dark Goldenrod #AD7E03
Tints of Dark Goldenrod #AD7E03
RGB
CMYK
RGB Variations
Color information
#AD7E03 (or 0xAD7E03) is known color: Dark Goldenrod. HEX triplet: AD, 7E and 03. RGB value is (173,126,3). Sum of RGB (Red+Green+Blue) = 173+126+3=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E03 is #5281FC. Grayscale: #7E7E7E. Windows color (decimal): -5407229 or 229037. OLE color: 229037.
HSL color Cylindrical-coordinate representation of color #AD7E03: hue angle of 43.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD7E03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.32 |
| HSL | 43.41º | 0.97% | 0.35% | - |
| HSV(B) | 43.41º | 0.98% | 0.68% | - |
| XYZ | 24.71 | 23.81 | 3.38 | - |
| YUV | 126.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 3 | 0 | 0.27 | 0.98 | 0.32 | 43.41 | 0.97 | 0.35 |
| Hex | AD | 7E | 3 | 0 | 1B | 62 | 20 | 2B | 61 | 23 |
| Octal | 255 | 176 | 3 | 0 | 33 | 142 | 40 | 53 | 141 | 43 |
| Binary | 10101101 | 1111110 | 11 | 0 | 11011 | 1100010 | 100000 | 101011 | 1100001 | 100011 |
Color Harmonies of #AD7E03
Complementary color
Monochromatic Colors of #AD7E03
Black with #AD7E03
Text Example
Text Example
White with #AD7E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E03; }
p { color: rgb(173,126,3); }
H1.HeaderClassName
{
color: #AD7E03;
}
.AnyTagClassName
{
color: #AD7E03;
}
</style>
background-color css
<style>
a { background-color: #AD7E03; }
a { background-color: rgb(173,126,3); }
div.DivClassName
{
background-color: #AD7E03;
}
.BgClassName
{
background-color: #AD7E03;
}
</style>
border-color css
<style>
span { border-color: #AD7E03; }
span { border-color: rgb(173,126,3); }
td.TdClassName
{
border-color: #AD7E03;
}
.TagClassName
{
border-color: #AD7E03;
}
</style>