Shades of Tusk #DCE5B1
Tints of Tusk #DCE5B1
RGB
CMYK
RGB Variations
Color information
#DCE5B1 (or 0xDCE5B1) is known color: Tusk. HEX triplet: DC, E5 and B1. RGB value is (220,229,177). Sum of RGB (Red+Green+Blue) = 220+229+177=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5B1 is #231A4E. Grayscale: #DCDCDC. Windows color (decimal): -2300495 or 11658716. OLE color: 11658716.
HSL color Cylindrical-coordinate representation of color #DCE5B1: hue angle of 70.38º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCE5B1 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 177 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.10 |
| HSL | 70.38º | 0.5% | 0.8% | - |
| HSV(B) | 70.38º | 0.23% | 0.9% | - |
| XYZ | 65.47 | 74.43 | 52.51 | - |
| YUV | 220.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 177 | 0.04 | 0 | 0.23 | 0.10 | 70.38 | 0.5 | 0.8 |
| Hex | DC | E5 | B1 | 4 | 0 | 17 | A | 46 | 32 | 50 |
| Octal | 334 | 345 | 261 | 4 | 0 | 27 | 12 | 106 | 62 | 120 |
| Binary | 11011100 | 11100101 | 10110001 | 100 | 0 | 10111 | 1010 | 1000110 | 110010 | 1010000 |
Color Harmonies of #DCE5B1
Complementary color
Monochromatic Colors of #DCE5B1
Black with #DCE5B1
Text Example
Text Example
White with #DCE5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5B1; }
p { color: rgb(220,229,177); }
H1.HeaderClassName
{
color: #DCE5B1;
}
.AnyTagClassName
{
color: #DCE5B1;
}
</style>
background-color css
<style>
a { background-color: #DCE5B1; }
a { background-color: rgb(220,229,177); }
div.DivClassName
{
background-color: #DCE5B1;
}
.BgClassName
{
background-color: #DCE5B1;
}
</style>
border-color css
<style>
span { border-color: #DCE5B1; }
span { border-color: rgb(220,229,177); }
td.TdClassName
{
border-color: #DCE5B1;
}
.TagClassName
{
border-color: #DCE5B1;
}
</style>