Shades of Tusk #DEE49D
Tints of Tusk #DEE49D
RGB
CMYK
RGB Variations
Color information
#DEE49D (or 0xDEE49D) is known color: Tusk. HEX triplet: DE, E4 and 9D. RGB value is (222,228,157). Sum of RGB (Red+Green+Blue) = 222+228+157=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE49D is #211B62. Grayscale: #DADADA. Windows color (decimal): -2169699 or 10347742. OLE color: 10347742.
HSL color Cylindrical-coordinate representation of color #DEE49D: hue angle of 65.07º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEE49D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 157 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.11 |
| HSL | 65.07º | 0.57% | 0.75% | - |
| HSV(B) | 65.07º | 0.31% | 0.89% | - |
| XYZ | 63.95 | 73.45 | 42.71 | - |
| YUV | 218.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 157 | 0.03 | 0 | 0.31 | 0.11 | 65.07 | 0.57 | 0.75 |
| Hex | DE | E4 | 9D | 3 | 0 | 1F | B | 41 | 39 | 4B |
| Octal | 336 | 344 | 235 | 3 | 0 | 37 | 13 | 101 | 71 | 113 |
| Binary | 11011110 | 11100100 | 10011101 | 11 | 0 | 11111 | 1011 | 1000001 | 111001 | 1001011 |
Color Harmonies of #DEE49D
Complementary color
Monochromatic Colors of #DEE49D
Black with #DEE49D
Text Example
Text Example
White with #DEE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE49D; }
p { color: rgb(222,228,157); }
H1.HeaderClassName
{
color: #DEE49D;
}
.AnyTagClassName
{
color: #DEE49D;
}
</style>
background-color css
<style>
a { background-color: #DEE49D; }
a { background-color: rgb(222,228,157); }
div.DivClassName
{
background-color: #DEE49D;
}
.BgClassName
{
background-color: #DEE49D;
}
</style>
border-color css
<style>
span { border-color: #DEE49D; }
span { border-color: rgb(222,228,157); }
td.TdClassName
{
border-color: #DEE49D;
}
.TagClassName
{
border-color: #DEE49D;
}
</style>