Shades of Dark Goldenrod #AF7D04
Tints of Dark Goldenrod #AF7D04
RGB
CMYK
RGB Variations
Color information
#AF7D04 (or 0xAF7D04) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 04. RGB value is (175,125,4). Sum of RGB (Red+Green+Blue) = 175+125+4=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D04 is #5082FB. Grayscale: #7E7E7E. Windows color (decimal): -5276412 or 294319. OLE color: 294319.
HSL color Cylindrical-coordinate representation of color #AF7D04: hue angle of 42.46º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF7D04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.31 |
| HSL | 42.46º | 0.96% | 0.35% | - |
| HSV(B) | 42.46º | 0.98% | 0.69% | - |
| XYZ | 25.03 | 23.79 | 3.39 | - |
| YUV | 126.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 4 | 0 | 0.29 | 0.98 | 0.31 | 42.46 | 0.96 | 0.35 |
| Hex | AF | 7D | 4 | 0 | 1D | 62 | 1F | 2A | 60 | 23 |
| Octal | 257 | 175 | 4 | 0 | 35 | 142 | 37 | 52 | 140 | 43 |
| Binary | 10101111 | 1111101 | 100 | 0 | 11101 | 1100010 | 11111 | 101010 | 1100000 | 100011 |
Color Harmonies of #AF7D04
Complementary color
Monochromatic Colors of #AF7D04
Black with #AF7D04
Text Example
Text Example
White with #AF7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D04; }
p { color: rgb(175,125,4); }
H1.HeaderClassName
{
color: #AF7D04;
}
.AnyTagClassName
{
color: #AF7D04;
}
</style>
background-color css
<style>
a { background-color: #AF7D04; }
a { background-color: rgb(175,125,4); }
div.DivClassName
{
background-color: #AF7D04;
}
.BgClassName
{
background-color: #AF7D04;
}
</style>
border-color css
<style>
span { border-color: #AF7D04; }
span { border-color: rgb(175,125,4); }
td.TdClassName
{
border-color: #AF7D04;
}
.TagClassName
{
border-color: #AF7D04;
}
</style>