Shades of Equator #D9AB66
Tints of Equator #D9AB66
RGB
CMYK
RGB Variations
Color information
#D9AB66 (or 0xD9AB66) is known color: Equator. HEX triplet: D9, AB and 66. RGB value is (217,171,102). Sum of RGB (Red+Green+Blue) = 217+171+102=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB66 is #265499. Grayscale: #B1B1B1. Windows color (decimal): -2512026 or 6728665. OLE color: 6728665.
HSL color Cylindrical-coordinate representation of color #D9AB66: hue angle of 36º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9AB66 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 102 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.15 |
| HSL | 36º | 0.6% | 0.63% | - |
| HSV(B) | 36º | 0.53% | 0.85% | - |
| XYZ | 45.58 | 44.84 | 18.82 | - |
| YUV | 176.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 102 | 0 | 0.21 | 0.53 | 0.15 | 36 | 0.6 | 0.63 |
| Hex | D9 | AB | 66 | 0 | 15 | 35 | F | 24 | 3C | 3F |
| Octal | 331 | 253 | 146 | 0 | 25 | 65 | 17 | 44 | 74 | 77 |
| Binary | 11011001 | 10101011 | 1100110 | 0 | 10101 | 110101 | 1111 | 100100 | 111100 | 111111 |
Color Harmonies of #D9AB66
Complementary color
Monochromatic Colors of #D9AB66
Black with #D9AB66
Text Example
Text Example
White with #D9AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB66; }
p { color: rgb(217,171,102); }
H1.HeaderClassName
{
color: #D9AB66;
}
.AnyTagClassName
{
color: #D9AB66;
}
</style>
background-color css
<style>
a { background-color: #D9AB66; }
a { background-color: rgb(217,171,102); }
div.DivClassName
{
background-color: #D9AB66;
}
.BgClassName
{
background-color: #D9AB66;
}
</style>
border-color css
<style>
span { border-color: #D9AB66; }
span { border-color: rgb(217,171,102); }
td.TdClassName
{
border-color: #D9AB66;
}
.TagClassName
{
border-color: #D9AB66;
}
</style>