Shades of Dark Goldenrod #AF7D02
Tints of Dark Goldenrod #AF7D02
RGB
CMYK
RGB Variations
Color information
#AF7D02 (or 0xAF7D02) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 02. RGB value is (175,125,2). Sum of RGB (Red+Green+Blue) = 175+125+2=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D02 is #5082FD. Grayscale: #7E7E7E. Windows color (decimal): -5276414 or 163247. OLE color: 163247.
HSL color Cylindrical-coordinate representation of color #AF7D02: hue angle of 42.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF7D02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.31 |
| HSL | 42.66º | 0.98% | 0.35% | - |
| HSV(B) | 42.66º | 0.99% | 0.69% | - |
| XYZ | 25.02 | 23.79 | 3.33 | - |
| YUV | 125.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 2 | 0 | 0.29 | 0.99 | 0.31 | 42.66 | 0.98 | 0.35 |
| Hex | AF | 7D | 2 | 0 | 1D | 63 | 1F | 2B | 62 | 23 |
| Octal | 257 | 175 | 2 | 0 | 35 | 143 | 37 | 53 | 142 | 43 |
| Binary | 10101111 | 1111101 | 10 | 0 | 11101 | 1100011 | 11111 | 101011 | 1100010 | 100011 |
Color Harmonies of #AF7D02
Complementary color
Monochromatic Colors of #AF7D02
Black with #AF7D02
Text Example
Text Example
White with #AF7D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D02; }
p { color: rgb(175,125,2); }
H1.HeaderClassName
{
color: #AF7D02;
}
.AnyTagClassName
{
color: #AF7D02;
}
</style>
background-color css
<style>
a { background-color: #AF7D02; }
a { background-color: rgb(175,125,2); }
div.DivClassName
{
background-color: #AF7D02;
}
.BgClassName
{
background-color: #AF7D02;
}
</style>
border-color css
<style>
span { border-color: #AF7D02; }
span { border-color: rgb(175,125,2); }
td.TdClassName
{
border-color: #AF7D02;
}
.TagClassName
{
border-color: #AF7D02;
}
</style>