Shades of Equator #D3B166
Tints of Equator #D3B166
RGB
CMYK
RGB Variations
Color information
#D3B166 (or 0xD3B166) is known color: Equator. HEX triplet: D3, B1 and 66. RGB value is (211,177,102). Sum of RGB (Red+Green+Blue) = 211+177+102=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B166 is #2C4E99. Grayscale: #B2B2B2. Windows color (decimal): -2903706 or 6730195. OLE color: 6730195.
HSL color Cylindrical-coordinate representation of color #D3B166: hue angle of 41.28º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3B166 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 177 | 102 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.17 |
| HSL | 41.28º | 0.55% | 0.61% | - |
| HSV(B) | 41.28º | 0.52% | 0.83% | - |
| XYZ | 44.98 | 46.25 | 19.13 | - |
| YUV | 178.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 102 | 0 | 0.16 | 0.52 | 0.17 | 41.28 | 0.55 | 0.61 |
| Hex | D3 | B1 | 66 | 0 | 10 | 34 | 11 | 29 | 37 | 3D |
| Octal | 323 | 261 | 146 | 0 | 20 | 64 | 21 | 51 | 67 | 75 |
| Binary | 11010011 | 10110001 | 1100110 | 0 | 10000 | 110100 | 10001 | 101001 | 110111 | 111101 |
Color Harmonies of #D3B166
Complementary color
Monochromatic Colors of #D3B166
Black with #D3B166
Text Example
Text Example
White with #D3B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B166; }
p { color: rgb(211,177,102); }
H1.HeaderClassName
{
color: #D3B166;
}
.AnyTagClassName
{
color: #D3B166;
}
</style>
background-color css
<style>
a { background-color: #D3B166; }
a { background-color: rgb(211,177,102); }
div.DivClassName
{
background-color: #D3B166;
}
.BgClassName
{
background-color: #D3B166;
}
</style>
border-color css
<style>
span { border-color: #D3B166; }
span { border-color: rgb(211,177,102); }
td.TdClassName
{
border-color: #D3B166;
}
.TagClassName
{
border-color: #D3B166;
}
</style>