Shades of Tusk #DCE1B0
Tints of Tusk #DCE1B0
RGB
CMYK
RGB Variations
Color information
#DCE1B0 (or 0xDCE1B0) is known color: Tusk. HEX triplet: DC, E1 and B0. RGB value is (220,225,176). Sum of RGB (Red+Green+Blue) = 220+225+176=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1B0 is #231E4F. Grayscale: #DADADA. Windows color (decimal): -2301520 or 11592156. OLE color: 11592156.
HSL color Cylindrical-coordinate representation of color #DCE1B0: hue angle of 66.12º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCE1B0 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 176 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.12 |
| HSL | 66.12º | 0.45% | 0.79% | - |
| HSV(B) | 66.12º | 0.22% | 0.88% | - |
| XYZ | 64.28 | 72.2 | 51.62 | - |
| YUV | 217.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 176 | 0.02 | 0 | 0.22 | 0.12 | 66.12 | 0.45 | 0.79 |
| Hex | DC | E1 | B0 | 2 | 0 | 16 | C | 42 | 2D | 4F |
| Octal | 334 | 341 | 260 | 2 | 0 | 26 | 14 | 102 | 55 | 117 |
| Binary | 11011100 | 11100001 | 10110000 | 10 | 0 | 10110 | 1100 | 1000010 | 101101 | 1001111 |
Color Harmonies of #DCE1B0
Complementary color
Monochromatic Colors of #DCE1B0
Black with #DCE1B0
Text Example
Text Example
White with #DCE1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1B0; }
p { color: rgb(220,225,176); }
H1.HeaderClassName
{
color: #DCE1B0;
}
.AnyTagClassName
{
color: #DCE1B0;
}
</style>
background-color css
<style>
a { background-color: #DCE1B0; }
a { background-color: rgb(220,225,176); }
div.DivClassName
{
background-color: #DCE1B0;
}
.BgClassName
{
background-color: #DCE1B0;
}
</style>
border-color css
<style>
span { border-color: #DCE1B0; }
span { border-color: rgb(220,225,176); }
td.TdClassName
{
border-color: #DCE1B0;
}
.TagClassName
{
border-color: #DCE1B0;
}
</style>