Shades of Equator #D8B166
Tints of Equator #D8B166
RGB
CMYK
RGB Variations
Color information
#D8B166 (or 0xD8B166) is known color: Equator. HEX triplet: D8, B1 and 66. RGB value is (216,177,102). Sum of RGB (Red+Green+Blue) = 216+177+102=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B166 is #274E99. Grayscale: #B4B4B4. Windows color (decimal): -2576026 or 6730200. OLE color: 6730200.
HSL color Cylindrical-coordinate representation of color #D8B166: hue angle of 39.47º 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 #D8B166 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 102 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.15 |
| HSL | 39.47º | 0.59% | 0.62% | - |
| HSV(B) | 39.47º | 0.53% | 0.85% | - |
| XYZ | 46.44 | 47 | 19.2 | - |
| YUV | 180.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 102 | 0 | 0.18 | 0.53 | 0.15 | 39.47 | 0.59 | 0.62 |
| Hex | D8 | B1 | 66 | 0 | 12 | 35 | F | 27 | 3B | 3E |
| Octal | 330 | 261 | 146 | 0 | 22 | 65 | 17 | 47 | 73 | 76 |
| Binary | 11011000 | 10110001 | 1100110 | 0 | 10010 | 110101 | 1111 | 100111 | 111011 | 111110 |
Color Harmonies of #D8B166
Complementary color
Monochromatic Colors of #D8B166
Black with #D8B166
Text Example
Text Example
White with #D8B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B166; }
p { color: rgb(216,177,102); }
H1.HeaderClassName
{
color: #D8B166;
}
.AnyTagClassName
{
color: #D8B166;
}
</style>
background-color css
<style>
a { background-color: #D8B166; }
a { background-color: rgb(216,177,102); }
div.DivClassName
{
background-color: #D8B166;
}
.BgClassName
{
background-color: #D8B166;
}
</style>
border-color css
<style>
span { border-color: #D8B166; }
span { border-color: rgb(216,177,102); }
td.TdClassName
{
border-color: #D8B166;
}
.TagClassName
{
border-color: #D8B166;
}
</style>