Shades of Dark Goldenrod #AF7D03
Tints of Dark Goldenrod #AF7D03
RGB
CMYK
RGB Variations
Color information
#AF7D03 (or 0xAF7D03) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 03. RGB value is (175,125,3). Sum of RGB (Red+Green+Blue) = 175+125+3=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D03 is #5082FC. Grayscale: #7E7E7E. Windows color (decimal): -5276413 or 228783. OLE color: 228783.
HSL color Cylindrical-coordinate representation of color #AF7D03: hue angle of 42.56º degrees, saturation: 0.97, 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 #AF7D03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.31 |
| HSL | 42.56º | 0.97% | 0.35% | - |
| HSV(B) | 42.56º | 0.98% | 0.69% | - |
| XYZ | 25.03 | 23.79 | 3.36 | - |
| YUV | 126.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 3 | 0 | 0.29 | 0.98 | 0.31 | 42.56 | 0.97 | 0.35 |
| Hex | AF | 7D | 3 | 0 | 1D | 62 | 1F | 2B | 61 | 23 |
| Octal | 257 | 175 | 3 | 0 | 35 | 142 | 37 | 53 | 141 | 43 |
| Binary | 10101111 | 1111101 | 11 | 0 | 11101 | 1100010 | 11111 | 101011 | 1100001 | 100011 |
Color Harmonies of #AF7D03
Complementary color
Monochromatic Colors of #AF7D03
Black with #AF7D03
Text Example
Text Example
White with #AF7D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D03; }
p { color: rgb(175,125,3); }
H1.HeaderClassName
{
color: #AF7D03;
}
.AnyTagClassName
{
color: #AF7D03;
}
</style>
background-color css
<style>
a { background-color: #AF7D03; }
a { background-color: rgb(175,125,3); }
div.DivClassName
{
background-color: #AF7D03;
}
.BgClassName
{
background-color: #AF7D03;
}
</style>
border-color css
<style>
span { border-color: #AF7D03; }
span { border-color: rgb(175,125,3); }
td.TdClassName
{
border-color: #AF7D03;
}
.TagClassName
{
border-color: #AF7D03;
}
</style>