Shades of Equator #D9B166
Tints of Equator #D9B166
RGB
CMYK
RGB Variations
Color information
#D9B166 (or 0xD9B166) is known color: Equator. HEX triplet: D9, B1 and 66. RGB value is (217,177,102). Sum of RGB (Red+Green+Blue) = 217+177+102=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B166 is #264E99. Grayscale: #B4B4B4. Windows color (decimal): -2510490 or 6730201. OLE color: 6730201.
HSL color Cylindrical-coordinate representation of color #D9B166: hue angle of 39.13º 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 #D9B166 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 102 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.15 |
| HSL | 39.13º | 0.6% | 0.63% | - |
| HSV(B) | 39.13º | 0.53% | 0.85% | - |
| XYZ | 46.74 | 47.16 | 19.21 | - |
| YUV | 180.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 102 | 0 | 0.18 | 0.53 | 0.15 | 39.13 | 0.6 | 0.63 |
| Hex | D9 | B1 | 66 | 0 | 12 | 35 | F | 27 | 3C | 3F |
| Octal | 331 | 261 | 146 | 0 | 22 | 65 | 17 | 47 | 74 | 77 |
| Binary | 11011001 | 10110001 | 1100110 | 0 | 10010 | 110101 | 1111 | 100111 | 111100 | 111111 |
Color Harmonies of #D9B166
Complementary color
Monochromatic Colors of #D9B166
Black with #D9B166
Text Example
Text Example
White with #D9B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B166; }
p { color: rgb(217,177,102); }
H1.HeaderClassName
{
color: #D9B166;
}
.AnyTagClassName
{
color: #D9B166;
}
</style>
background-color css
<style>
a { background-color: #D9B166; }
a { background-color: rgb(217,177,102); }
div.DivClassName
{
background-color: #D9B166;
}
.BgClassName
{
background-color: #D9B166;
}
</style>
border-color css
<style>
span { border-color: #D9B166; }
span { border-color: rgb(217,177,102); }
td.TdClassName
{
border-color: #D9B166;
}
.TagClassName
{
border-color: #D9B166;
}
</style>