Shades of Tusk #DEE29F
Tints of Tusk #DEE29F
RGB
CMYK
RGB Variations
Color information
#DEE29F (or 0xDEE29F) is known color: Tusk. HEX triplet: DE, E2 and 9F. RGB value is (222,226,159). Sum of RGB (Red+Green+Blue) = 222+226+159=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE29F is #211D60. Grayscale: #D9D9D9. Windows color (decimal): -2170209 or 10478302. OLE color: 10478302.
HSL color Cylindrical-coordinate representation of color #DEE29F: hue angle of 63.58º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE29F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 159 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.11 |
| HSL | 63.58º | 0.54% | 0.75% | - |
| HSV(B) | 63.58º | 0.3% | 0.89% | - |
| XYZ | 63.58 | 72.43 | 43.43 | - |
| YUV | 217.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 159 | 0.02 | 0 | 0.30 | 0.11 | 63.58 | 0.54 | 0.75 |
| Hex | DE | E2 | 9F | 2 | 0 | 1E | B | 40 | 36 | 4B |
| Octal | 336 | 342 | 237 | 2 | 0 | 36 | 13 | 100 | 66 | 113 |
| Binary | 11011110 | 11100010 | 10011111 | 10 | 0 | 11110 | 1011 | 1000000 | 110110 | 1001011 |
Color Harmonies of #DEE29F
Complementary color
Monochromatic Colors of #DEE29F
Black with #DEE29F
Text Example
Text Example
White with #DEE29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE29F; }
p { color: rgb(222,226,159); }
H1.HeaderClassName
{
color: #DEE29F;
}
.AnyTagClassName
{
color: #DEE29F;
}
</style>
background-color css
<style>
a { background-color: #DEE29F; }
a { background-color: rgb(222,226,159); }
div.DivClassName
{
background-color: #DEE29F;
}
.BgClassName
{
background-color: #DEE29F;
}
</style>
border-color css
<style>
span { border-color: #DEE29F; }
span { border-color: rgb(222,226,159); }
td.TdClassName
{
border-color: #DEE29F;
}
.TagClassName
{
border-color: #DEE29F;
}
</style>