Shades of Tusk #DEE9A3
Tints of Tusk #DEE9A3
RGB
CMYK
RGB Variations
Color information
#DEE9A3 (or 0xDEE9A3) is known color: Tusk. HEX triplet: DE, E9 and A3. RGB value is (222,233,163). Sum of RGB (Red+Green+Blue) = 222+233+163=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE9A3 is #21165C. Grayscale: #DEDEDE. Windows color (decimal): -2168413 or 10742238. OLE color: 10742238.
HSL color Cylindrical-coordinate representation of color #DEE9A3: hue angle of 69.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE9A3 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 163 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.09 |
| HSL | 69.43º | 0.61% | 0.78% | - |
| HSV(B) | 69.43º | 0.3% | 0.91% | - |
| XYZ | 65.87 | 76.45 | 45.94 | - |
| YUV | 221.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 163 | 0.05 | 0 | 0.30 | 0.09 | 69.43 | 0.61 | 0.78 |
| Hex | DE | E9 | A3 | 5 | 0 | 1E | 9 | 45 | 3D | 4E |
| Octal | 336 | 351 | 243 | 5 | 0 | 36 | 11 | 105 | 75 | 116 |
| Binary | 11011110 | 11101001 | 10100011 | 101 | 0 | 11110 | 1001 | 1000101 | 111101 | 1001110 |
Color Harmonies of #DEE9A3
Complementary color
Monochromatic Colors of #DEE9A3
Black with #DEE9A3
Text Example
Text Example
White with #DEE9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9A3; }
p { color: rgb(222,233,163); }
H1.HeaderClassName
{
color: #DEE9A3;
}
.AnyTagClassName
{
color: #DEE9A3;
}
</style>
background-color css
<style>
a { background-color: #DEE9A3; }
a { background-color: rgb(222,233,163); }
div.DivClassName
{
background-color: #DEE9A3;
}
.BgClassName
{
background-color: #DEE9A3;
}
</style>
border-color css
<style>
span { border-color: #DEE9A3; }
span { border-color: rgb(222,233,163); }
td.TdClassName
{
border-color: #DEE9A3;
}
.TagClassName
{
border-color: #DEE9A3;
}
</style>