Shades of Tusk #DEE5AD
Tints of Tusk #DEE5AD
RGB
CMYK
RGB Variations
Color information
#DEE5AD (or 0xDEE5AD) is known color: Tusk. HEX triplet: DE, E5 and AD. RGB value is (222,229,173). Sum of RGB (Red+Green+Blue) = 222+229+173=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5AD is #211A52. Grayscale: #DCDCDC. Windows color (decimal): -2169427 or 11396574. OLE color: 11396574.
HSL color Cylindrical-coordinate representation of color #DEE5AD: hue angle of 67.5º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEE5AD is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 173 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.10 |
| HSL | 67.5º | 0.52% | 0.79% | - |
| HSV(B) | 67.5º | 0.24% | 0.9% | - |
| XYZ | 65.69 | 74.59 | 50.47 | - |
| YUV | 220.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 173 | 0.03 | 0 | 0.24 | 0.10 | 67.5 | 0.52 | 0.79 |
| Hex | DE | E5 | AD | 3 | 0 | 18 | A | 44 | 34 | 4F |
| Octal | 336 | 345 | 255 | 3 | 0 | 30 | 12 | 104 | 64 | 117 |
| Binary | 11011110 | 11100101 | 10101101 | 11 | 0 | 11000 | 1010 | 1000100 | 110100 | 1001111 |
Color Harmonies of #DEE5AD
Complementary color
Monochromatic Colors of #DEE5AD
Black with #DEE5AD
Text Example
Text Example
White with #DEE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5AD; }
p { color: rgb(222,229,173); }
H1.HeaderClassName
{
color: #DEE5AD;
}
.AnyTagClassName
{
color: #DEE5AD;
}
</style>
background-color css
<style>
a { background-color: #DEE5AD; }
a { background-color: rgb(222,229,173); }
div.DivClassName
{
background-color: #DEE5AD;
}
.BgClassName
{
background-color: #DEE5AD;
}
</style>
border-color css
<style>
span { border-color: #DEE5AD; }
span { border-color: rgb(222,229,173); }
td.TdClassName
{
border-color: #DEE5AD;
}
.TagClassName
{
border-color: #DEE5AD;
}
</style>