Shades of Tusk #DEE7A1
Tints of Tusk #DEE7A1
RGB
CMYK
RGB Variations
Color information
#DEE7A1 (or 0xDEE7A1) is known color: Tusk. HEX triplet: DE, E7 and A1. RGB value is (222,231,161). Sum of RGB (Red+Green+Blue) = 222+231+161=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE7A1 is #21185E. Grayscale: #DCDCDC. Windows color (decimal): -2168927 or 10610654. OLE color: 10610654.
HSL color Cylindrical-coordinate representation of color #DEE7A1: hue angle of 67.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE7A1 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 161 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.09 |
| HSL | 67.71º | 0.59% | 0.77% | - |
| HSV(B) | 67.71º | 0.3% | 0.91% | - |
| XYZ | 65.13 | 75.25 | 44.81 | - |
| YUV | 220.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 161 | 0.04 | 0 | 0.30 | 0.09 | 67.71 | 0.59 | 0.77 |
| Hex | DE | E7 | A1 | 4 | 0 | 1E | 9 | 44 | 3B | 4D |
| Octal | 336 | 347 | 241 | 4 | 0 | 36 | 11 | 104 | 73 | 115 |
| Binary | 11011110 | 11100111 | 10100001 | 100 | 0 | 11110 | 1001 | 1000100 | 111011 | 1001101 |
Color Harmonies of #DEE7A1
Complementary color
Monochromatic Colors of #DEE7A1
Black with #DEE7A1
Text Example
Text Example
White with #DEE7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7A1; }
p { color: rgb(222,231,161); }
H1.HeaderClassName
{
color: #DEE7A1;
}
.AnyTagClassName
{
color: #DEE7A1;
}
</style>
background-color css
<style>
a { background-color: #DEE7A1; }
a { background-color: rgb(222,231,161); }
div.DivClassName
{
background-color: #DEE7A1;
}
.BgClassName
{
background-color: #DEE7A1;
}
</style>
border-color css
<style>
span { border-color: #DEE7A1; }
span { border-color: rgb(222,231,161); }
td.TdClassName
{
border-color: #DEE7A1;
}
.TagClassName
{
border-color: #DEE7A1;
}
</style>