Shades of Equator #D8AD66
Tints of Equator #D8AD66
RGB
CMYK
RGB Variations
Color information
#D8AD66 (or 0xD8AD66) is known color: Equator. HEX triplet: D8, AD and 66. RGB value is (216,173,102). Sum of RGB (Red+Green+Blue) = 216+173+102=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD66 is #275299. Grayscale: #B2B2B2. Windows color (decimal): -2577050 or 6729176. OLE color: 6729176.
HSL color Cylindrical-coordinate representation of color #D8AD66: hue angle of 37.37º 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 #D8AD66 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 102 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.15 |
| HSL | 37.37º | 0.59% | 0.62% | - |
| HSV(B) | 37.37º | 0.53% | 0.85% | - |
| XYZ | 45.66 | 45.45 | 18.94 | - |
| YUV | 177.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 102 | 0 | 0.20 | 0.53 | 0.15 | 37.37 | 0.59 | 0.62 |
| Hex | D8 | AD | 66 | 0 | 14 | 35 | F | 25 | 3B | 3E |
| Octal | 330 | 255 | 146 | 0 | 24 | 65 | 17 | 45 | 73 | 76 |
| Binary | 11011000 | 10101101 | 1100110 | 0 | 10100 | 110101 | 1111 | 100101 | 111011 | 111110 |
Color Harmonies of #D8AD66
Complementary color
Monochromatic Colors of #D8AD66
Black with #D8AD66
Text Example
Text Example
White with #D8AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD66; }
p { color: rgb(216,173,102); }
H1.HeaderClassName
{
color: #D8AD66;
}
.AnyTagClassName
{
color: #D8AD66;
}
</style>
background-color css
<style>
a { background-color: #D8AD66; }
a { background-color: rgb(216,173,102); }
div.DivClassName
{
background-color: #D8AD66;
}
.BgClassName
{
background-color: #D8AD66;
}
</style>
border-color css
<style>
span { border-color: #D8AD66; }
span { border-color: rgb(216,173,102); }
td.TdClassName
{
border-color: #D8AD66;
}
.TagClassName
{
border-color: #D8AD66;
}
</style>