Shades of Dark Goldenrod #AD7F03
Tints of Dark Goldenrod #AD7F03
RGB
CMYK
RGB Variations
Color information
#AD7F03 (or 0xAD7F03) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 03. RGB value is (173,127,3). Sum of RGB (Red+Green+Blue) = 173+127+3=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F03 is #5280FC. Grayscale: #7F7F7F. Windows color (decimal): -5406973 or 229293. OLE color: 229293.
HSL color Cylindrical-coordinate representation of color #AD7F03: hue angle of 43.76º 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 #AD7F03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.32 |
| HSL | 43.76º | 0.97% | 0.35% | - |
| HSV(B) | 43.76º | 0.98% | 0.68% | - |
| XYZ | 24.84 | 24.07 | 3.42 | - |
| YUV | 126.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 3 | 0 | 0.27 | 0.98 | 0.32 | 43.76 | 0.97 | 0.35 |
| Hex | AD | 7F | 3 | 0 | 1B | 62 | 20 | 2C | 61 | 23 |
| Octal | 255 | 177 | 3 | 0 | 33 | 142 | 40 | 54 | 141 | 43 |
| Binary | 10101101 | 1111111 | 11 | 0 | 11011 | 1100010 | 100000 | 101100 | 1100001 | 100011 |
Color Harmonies of #AD7F03
Complementary color
Monochromatic Colors of #AD7F03
Black with #AD7F03
Text Example
Text Example
White with #AD7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F03; }
p { color: rgb(173,127,3); }
H1.HeaderClassName
{
color: #AD7F03;
}
.AnyTagClassName
{
color: #AD7F03;
}
</style>
background-color css
<style>
a { background-color: #AD7F03; }
a { background-color: rgb(173,127,3); }
div.DivClassName
{
background-color: #AD7F03;
}
.BgClassName
{
background-color: #AD7F03;
}
</style>
border-color css
<style>
span { border-color: #AD7F03; }
span { border-color: rgb(173,127,3); }
td.TdClassName
{
border-color: #AD7F03;
}
.TagClassName
{
border-color: #AD7F03;
}
</style>