Shades of Equator #D9AF60
Tints of Equator #D9AF60
RGB
CMYK
RGB Variations
Color information
#D9AF60 (or 0xD9AF60) is known color: Equator. HEX triplet: D9, AF and 60. RGB value is (217,175,96). Sum of RGB (Red+Green+Blue) = 217+175+96=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF60 is #26509F. Grayscale: #B2B2B2. Windows color (decimal): -2511008 or 6336473. OLE color: 6336473.
HSL color Cylindrical-coordinate representation of color #D9AF60: hue angle of 39.17º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9AF60 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 96 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.15 |
| HSL | 39.17º | 0.61% | 0.61% | - |
| HSV(B) | 39.17º | 0.56% | 0.85% | - |
| XYZ | 46.06 | 46.26 | 17.57 | - |
| YUV | 178.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 96 | 0 | 0.19 | 0.56 | 0.15 | 39.17 | 0.61 | 0.61 |
| Hex | D9 | AF | 60 | 0 | 13 | 38 | F | 27 | 3D | 3D |
| Octal | 331 | 257 | 140 | 0 | 23 | 70 | 17 | 47 | 75 | 75 |
| Binary | 11011001 | 10101111 | 1100000 | 0 | 10011 | 111000 | 1111 | 100111 | 111101 | 111101 |
Color Harmonies of #D9AF60
Complementary color
Monochromatic Colors of #D9AF60
Black with #D9AF60
Text Example
Text Example
White with #D9AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF60; }
p { color: rgb(217,175,96); }
H1.HeaderClassName
{
color: #D9AF60;
}
.AnyTagClassName
{
color: #D9AF60;
}
</style>
background-color css
<style>
a { background-color: #D9AF60; }
a { background-color: rgb(217,175,96); }
div.DivClassName
{
background-color: #D9AF60;
}
.BgClassName
{
background-color: #D9AF60;
}
</style>
border-color css
<style>
span { border-color: #D9AF60; }
span { border-color: rgb(217,175,96); }
td.TdClassName
{
border-color: #D9AF60;
}
.TagClassName
{
border-color: #D9AF60;
}
</style>