Shades of Tusk #DEE5A3
Tints of Tusk #DEE5A3
RGB
CMYK
RGB Variations
Color information
#DEE5A3 (or 0xDEE5A3) is known color: Tusk. HEX triplet: DE, E5 and A3. RGB value is (222,229,163). Sum of RGB (Red+Green+Blue) = 222+229+163=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5A3 is #211A5C. Grayscale: #DBDBDB. Windows color (decimal): -2169437 or 10741214. OLE color: 10741214.
HSL color Cylindrical-coordinate representation of color #DEE5A3: hue angle of 66.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEE5A3 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 163 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.10 |
| HSL | 66.36º | 0.56% | 0.77% | - |
| HSV(B) | 66.36º | 0.29% | 0.9% | - |
| XYZ | 64.75 | 74.21 | 45.56 | - |
| YUV | 219.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 163 | 0.03 | 0 | 0.29 | 0.10 | 66.36 | 0.56 | 0.77 |
| Hex | DE | E5 | A3 | 3 | 0 | 1D | A | 42 | 38 | 4D |
| Octal | 336 | 345 | 243 | 3 | 0 | 35 | 12 | 102 | 70 | 115 |
| Binary | 11011110 | 11100101 | 10100011 | 11 | 0 | 11101 | 1010 | 1000010 | 111000 | 1001101 |
Color Harmonies of #DEE5A3
Complementary color
Monochromatic Colors of #DEE5A3
Black with #DEE5A3
Text Example
Text Example
White with #DEE5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5A3; }
p { color: rgb(222,229,163); }
H1.HeaderClassName
{
color: #DEE5A3;
}
.AnyTagClassName
{
color: #DEE5A3;
}
</style>
background-color css
<style>
a { background-color: #DEE5A3; }
a { background-color: rgb(222,229,163); }
div.DivClassName
{
background-color: #DEE5A3;
}
.BgClassName
{
background-color: #DEE5A3;
}
</style>
border-color css
<style>
span { border-color: #DEE5A3; }
span { border-color: rgb(222,229,163); }
td.TdClassName
{
border-color: #DEE5A3;
}
.TagClassName
{
border-color: #DEE5A3;
}
</style>