Shades of Equator #D9AF61
Tints of Equator #D9AF61
RGB
CMYK
RGB Variations
Color information
#D9AF61 (or 0xD9AF61) is known color: Equator. HEX triplet: D9, AF and 61. RGB value is (217,175,97). Sum of RGB (Red+Green+Blue) = 217+175+97=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF61 is #26509E. Grayscale: #B3B3B3. Windows color (decimal): -2511007 or 6402009. OLE color: 6402009.
HSL color Cylindrical-coordinate representation of color #D9AF61: hue angle of 39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9AF61 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 97 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.15 |
| HSL | 39º | 0.61% | 0.62% | - |
| HSV(B) | 39º | 0.55% | 0.85% | - |
| XYZ | 46.1 | 46.27 | 17.81 | - |
| YUV | 178.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 97 | 0 | 0.19 | 0.55 | 0.15 | 39 | 0.61 | 0.62 |
| Hex | D9 | AF | 61 | 0 | 13 | 37 | F | 27 | 3D | 3E |
| Octal | 331 | 257 | 141 | 0 | 23 | 67 | 17 | 47 | 75 | 76 |
| Binary | 11011001 | 10101111 | 1100001 | 0 | 10011 | 110111 | 1111 | 100111 | 111101 | 111110 |
Color Harmonies of #D9AF61
Complementary color
Monochromatic Colors of #D9AF61
Black with #D9AF61
Text Example
Text Example
White with #D9AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF61; }
p { color: rgb(217,175,97); }
H1.HeaderClassName
{
color: #D9AF61;
}
.AnyTagClassName
{
color: #D9AF61;
}
</style>
background-color css
<style>
a { background-color: #D9AF61; }
a { background-color: rgb(217,175,97); }
div.DivClassName
{
background-color: #D9AF61;
}
.BgClassName
{
background-color: #D9AF61;
}
</style>
border-color css
<style>
span { border-color: #D9AF61; }
span { border-color: rgb(217,175,97); }
td.TdClassName
{
border-color: #D9AF61;
}
.TagClassName
{
border-color: #D9AF61;
}
</style>