Shades of Equator #D8AF66
Tints of Equator #D8AF66
RGB
CMYK
RGB Variations
Color information
#D8AF66 (or 0xD8AF66) is known color: Equator. HEX triplet: D8, AF and 66. RGB value is (216,175,102). Sum of RGB (Red+Green+Blue) = 216+175+102=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF66 is #275099. Grayscale: #B3B3B3. Windows color (decimal): -2576538 or 6729688. OLE color: 6729688.
HSL color Cylindrical-coordinate representation of color #D8AF66: hue angle of 38.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8AF66 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 102 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.15 |
| HSL | 38.42º | 0.59% | 0.62% | - |
| HSV(B) | 38.42º | 0.53% | 0.85% | - |
| XYZ | 46.05 | 46.22 | 19.06 | - |
| YUV | 178.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 102 | 0 | 0.19 | 0.53 | 0.15 | 38.42 | 0.59 | 0.62 |
| Hex | D8 | AF | 66 | 0 | 13 | 35 | F | 26 | 3B | 3E |
| Octal | 330 | 257 | 146 | 0 | 23 | 65 | 17 | 46 | 73 | 76 |
| Binary | 11011000 | 10101111 | 1100110 | 0 | 10011 | 110101 | 1111 | 100110 | 111011 | 111110 |
Color Harmonies of #D8AF66
Complementary color
Monochromatic Colors of #D8AF66
Black with #D8AF66
Text Example
Text Example
White with #D8AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF66; }
p { color: rgb(216,175,102); }
H1.HeaderClassName
{
color: #D8AF66;
}
.AnyTagClassName
{
color: #D8AF66;
}
</style>
background-color css
<style>
a { background-color: #D8AF66; }
a { background-color: rgb(216,175,102); }
div.DivClassName
{
background-color: #D8AF66;
}
.BgClassName
{
background-color: #D8AF66;
}
</style>
border-color css
<style>
span { border-color: #D8AF66; }
span { border-color: rgb(216,175,102); }
td.TdClassName
{
border-color: #D8AF66;
}
.TagClassName
{
border-color: #D8AF66;
}
</style>