Shades of Tusk #DEE5A5
Tints of Tusk #DEE5A5
RGB
CMYK
RGB Variations
Color information
#DEE5A5 (or 0xDEE5A5) is known color: Tusk. HEX triplet: DE, E5 and A5. RGB value is (222,229,165). Sum of RGB (Red+Green+Blue) = 222+229+165=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5A5 is #211A5A. Grayscale: #DBDBDB. Windows color (decimal): -2169435 or 10872286. OLE color: 10872286.
HSL color Cylindrical-coordinate representation of color #DEE5A5: hue angle of 66.56º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEE5A5 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 165 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.10 |
| HSL | 66.56º | 0.55% | 0.77% | - |
| HSV(B) | 66.56º | 0.28% | 0.9% | - |
| XYZ | 64.94 | 74.28 | 46.51 | - |
| YUV | 219.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 165 | 0.03 | 0 | 0.28 | 0.10 | 66.56 | 0.55 | 0.77 |
| Hex | DE | E5 | A5 | 3 | 0 | 1C | A | 43 | 37 | 4D |
| Octal | 336 | 345 | 245 | 3 | 0 | 34 | 12 | 103 | 67 | 115 |
| Binary | 11011110 | 11100101 | 10100101 | 11 | 0 | 11100 | 1010 | 1000011 | 110111 | 1001101 |
Color Harmonies of #DEE5A5
Complementary color
Monochromatic Colors of #DEE5A5
Black with #DEE5A5
Text Example
Text Example
White with #DEE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5A5; }
p { color: rgb(222,229,165); }
H1.HeaderClassName
{
color: #DEE5A5;
}
.AnyTagClassName
{
color: #DEE5A5;
}
</style>
background-color css
<style>
a { background-color: #DEE5A5; }
a { background-color: rgb(222,229,165); }
div.DivClassName
{
background-color: #DEE5A5;
}
.BgClassName
{
background-color: #DEE5A5;
}
</style>
border-color css
<style>
span { border-color: #DEE5A5; }
span { border-color: rgb(222,229,165); }
td.TdClassName
{
border-color: #DEE5A5;
}
.TagClassName
{
border-color: #DEE5A5;
}
</style>