Shades of Dark Goldenrod #AD8D04
Tints of Dark Goldenrod #AD8D04
RGB
CMYK
RGB Variations
Color information
#AD8D04 (or 0xAD8D04) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 04. RGB value is (173,141,4). Sum of RGB (Red+Green+Blue) = 173+141+4=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D04 is #5272FB. Grayscale: #878787. Windows color (decimal): -5403388 or 298413. OLE color: 298413.
HSL color Cylindrical-coordinate representation of color #AD8D04: hue angle of 48.64º degrees, saturation: 0.95, 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 #AD8D04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.32 |
| HSL | 48.64º | 0.95% | 0.35% | - |
| HSV(B) | 48.64º | 0.98% | 0.68% | - |
| XYZ | 26.78 | 27.94 | 4.1 | - |
| YUV | 134.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 4 | 0 | 0.18 | 0.98 | 0.32 | 48.64 | 0.95 | 0.35 |
| Hex | AD | 8D | 4 | 0 | 12 | 62 | 20 | 31 | 5F | 23 |
| Octal | 255 | 215 | 4 | 0 | 22 | 142 | 40 | 61 | 137 | 43 |
| Binary | 10101101 | 10001101 | 100 | 0 | 10010 | 1100010 | 100000 | 110001 | 1011111 | 100011 |
Color Harmonies of #AD8D04
Complementary color
Monochromatic Colors of #AD8D04
Black with #AD8D04
Text Example
Text Example
White with #AD8D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D04; }
p { color: rgb(173,141,4); }
H1.HeaderClassName
{
color: #AD8D04;
}
.AnyTagClassName
{
color: #AD8D04;
}
</style>
background-color css
<style>
a { background-color: #AD8D04; }
a { background-color: rgb(173,141,4); }
div.DivClassName
{
background-color: #AD8D04;
}
.BgClassName
{
background-color: #AD8D04;
}
</style>
border-color css
<style>
span { border-color: #AD8D04; }
span { border-color: rgb(173,141,4); }
td.TdClassName
{
border-color: #AD8D04;
}
.TagClassName
{
border-color: #AD8D04;
}
</style>