Shades of Equator #D9AD66
Tints of Equator #D9AD66
RGB
CMYK
RGB Variations
Color information
#D9AD66 (or 0xD9AD66) is known color: Equator. HEX triplet: D9, AD and 66. RGB value is (217,173,102). Sum of RGB (Red+Green+Blue) = 217+173+102=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD66 is #265299. Grayscale: #B2B2B2. Windows color (decimal): -2511514 or 6729177. OLE color: 6729177.
HSL color Cylindrical-coordinate representation of color #D9AD66: hue angle of 37.04º 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 #D9AD66 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 102 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.15 |
| HSL | 37.04º | 0.6% | 0.63% | - |
| HSV(B) | 37.04º | 0.53% | 0.85% | - |
| XYZ | 45.96 | 45.6 | 18.95 | - |
| YUV | 178.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 102 | 0 | 0.20 | 0.53 | 0.15 | 37.04 | 0.6 | 0.63 |
| Hex | D9 | AD | 66 | 0 | 14 | 35 | F | 25 | 3C | 3F |
| Octal | 331 | 255 | 146 | 0 | 24 | 65 | 17 | 45 | 74 | 77 |
| Binary | 11011001 | 10101101 | 1100110 | 0 | 10100 | 110101 | 1111 | 100101 | 111100 | 111111 |
Color Harmonies of #D9AD66
Complementary color
Monochromatic Colors of #D9AD66
Black with #D9AD66
Text Example
Text Example
White with #D9AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD66; }
p { color: rgb(217,173,102); }
H1.HeaderClassName
{
color: #D9AD66;
}
.AnyTagClassName
{
color: #D9AD66;
}
</style>
background-color css
<style>
a { background-color: #D9AD66; }
a { background-color: rgb(217,173,102); }
div.DivClassName
{
background-color: #D9AD66;
}
.BgClassName
{
background-color: #D9AD66;
}
</style>
border-color css
<style>
span { border-color: #D9AD66; }
span { border-color: rgb(217,173,102); }
td.TdClassName
{
border-color: #D9AD66;
}
.TagClassName
{
border-color: #D9AD66;
}
</style>