Shades of Dark Goldenrod #AF7D0F
Tints of Dark Goldenrod #AF7D0F
RGB
CMYK
RGB Variations
Color information
#AF7D0F (or 0xAF7D0F) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 0F. RGB value is (175,125,15). Sum of RGB (Red+Green+Blue) = 175+125+15=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D0F is #5082F0. Grayscale: #7F7F7F. Windows color (decimal): -5276401 or 1015215. OLE color: 1015215.
HSL color Cylindrical-coordinate representation of color #AF7D0F: hue angle of 41.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF7D0F is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 15 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.31 |
| HSL | 41.25º | 0.84% | 0.37% | - |
| HSV(B) | 41.25º | 0.91% | 0.69% | - |
| XYZ | 25.1 | 23.82 | 3.73 | - |
| YUV | 127.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 15 | 0 | 0.29 | 0.91 | 0.31 | 41.25 | 0.84 | 0.37 |
| Hex | AF | 7D | F | 0 | 1D | 5B | 1F | 29 | 54 | 25 |
| Octal | 257 | 175 | 17 | 0 | 35 | 133 | 37 | 51 | 124 | 45 |
| Binary | 10101111 | 1111101 | 1111 | 0 | 11101 | 1011011 | 11111 | 101001 | 1010100 | 100101 |
Color Harmonies of #AF7D0F
Complementary color
Monochromatic Colors of #AF7D0F
Black with #AF7D0F
Text Example
Text Example
White with #AF7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D0F; }
p { color: rgb(175,125,15); }
H1.HeaderClassName
{
color: #AF7D0F;
}
.AnyTagClassName
{
color: #AF7D0F;
}
</style>
background-color css
<style>
a { background-color: #AF7D0F; }
a { background-color: rgb(175,125,15); }
div.DivClassName
{
background-color: #AF7D0F;
}
.BgClassName
{
background-color: #AF7D0F;
}
</style>
border-color css
<style>
span { border-color: #AF7D0F; }
span { border-color: rgb(175,125,15); }
td.TdClassName
{
border-color: #AF7D0F;
}
.TagClassName
{
border-color: #AF7D0F;
}
</style>