Shades of Equator #D6B166
Tints of Equator #D6B166
RGB
CMYK
RGB Variations
Color information
#D6B166 (or 0xD6B166) is known color: Equator. HEX triplet: D6, B1 and 66. RGB value is (214,177,102). Sum of RGB (Red+Green+Blue) = 214+177+102=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B166 is #294E99. Grayscale: #B3B3B3. Windows color (decimal): -2707098 or 6730198. OLE color: 6730198.
HSL color Cylindrical-coordinate representation of color #D6B166: hue angle of 40.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6B166 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 102 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.16 |
| HSL | 40.18º | 0.58% | 0.62% | - |
| HSV(B) | 40.18º | 0.52% | 0.84% | - |
| XYZ | 45.85 | 46.7 | 19.17 | - |
| YUV | 179.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 102 | 0 | 0.17 | 0.52 | 0.16 | 40.18 | 0.58 | 0.62 |
| Hex | D6 | B1 | 66 | 0 | 11 | 34 | 10 | 28 | 3A | 3E |
| Octal | 326 | 261 | 146 | 0 | 21 | 64 | 20 | 50 | 72 | 76 |
| Binary | 11010110 | 10110001 | 1100110 | 0 | 10001 | 110100 | 10000 | 101000 | 111010 | 111110 |
Color Harmonies of #D6B166
Complementary color
Monochromatic Colors of #D6B166
Black with #D6B166
Text Example
Text Example
White with #D6B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B166; }
p { color: rgb(214,177,102); }
H1.HeaderClassName
{
color: #D6B166;
}
.AnyTagClassName
{
color: #D6B166;
}
</style>
background-color css
<style>
a { background-color: #D6B166; }
a { background-color: rgb(214,177,102); }
div.DivClassName
{
background-color: #D6B166;
}
.BgClassName
{
background-color: #D6B166;
}
</style>
border-color css
<style>
span { border-color: #D6B166; }
span { border-color: rgb(214,177,102); }
td.TdClassName
{
border-color: #D6B166;
}
.TagClassName
{
border-color: #D6B166;
}
</style>