Shades of Tusk #DEE3AD
Tints of Tusk #DEE3AD
RGB
CMYK
RGB Variations
Color information
#DEE3AD (or 0xDEE3AD) is known color: Tusk. HEX triplet: DE, E3 and AD. RGB value is (222,227,173). Sum of RGB (Red+Green+Blue) = 222+227+173=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE3AD is #211C52. Grayscale: #DBDBDB. Windows color (decimal): -2169939 or 11396062. OLE color: 11396062.
HSL color Cylindrical-coordinate representation of color #DEE3AD: hue angle of 65.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEE3AD is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 173 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.11 |
| HSL | 65.56º | 0.49% | 0.78% | - |
| HSV(B) | 65.56º | 0.24% | 0.89% | - |
| XYZ | 65.14 | 73.48 | 50.29 | - |
| YUV | 219.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 173 | 0.02 | 0 | 0.24 | 0.11 | 65.56 | 0.49 | 0.78 |
| Hex | DE | E3 | AD | 2 | 0 | 18 | B | 42 | 31 | 4E |
| Octal | 336 | 343 | 255 | 2 | 0 | 30 | 13 | 102 | 61 | 116 |
| Binary | 11011110 | 11100011 | 10101101 | 10 | 0 | 11000 | 1011 | 1000010 | 110001 | 1001110 |
Color Harmonies of #DEE3AD
Complementary color
Monochromatic Colors of #DEE3AD
Black with #DEE3AD
Text Example
Text Example
White with #DEE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3AD; }
p { color: rgb(222,227,173); }
H1.HeaderClassName
{
color: #DEE3AD;
}
.AnyTagClassName
{
color: #DEE3AD;
}
</style>
background-color css
<style>
a { background-color: #DEE3AD; }
a { background-color: rgb(222,227,173); }
div.DivClassName
{
background-color: #DEE3AD;
}
.BgClassName
{
background-color: #DEE3AD;
}
</style>
border-color css
<style>
span { border-color: #DEE3AD; }
span { border-color: rgb(222,227,173); }
td.TdClassName
{
border-color: #DEE3AD;
}
.TagClassName
{
border-color: #DEE3AD;
}
</style>