Shades of Tusk #DEE5AC
Tints of Tusk #DEE5AC
RGB
CMYK
RGB Variations
Color information
#DEE5AC (or 0xDEE5AC) is known color: Tusk. HEX triplet: DE, E5 and AC. RGB value is (222,229,172). Sum of RGB (Red+Green+Blue) = 222+229+172=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE5AC is #211A53. Grayscale: #DCDCDC. Windows color (decimal): -2169428 or 11331038. OLE color: 11331038.
HSL color Cylindrical-coordinate representation of color #DEE5AC: hue angle of 67.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE5AC is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 172 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.10 |
| HSL | 67.37º | 0.52% | 0.79% | - |
| HSV(B) | 67.37º | 0.25% | 0.9% | - |
| XYZ | 65.59 | 74.55 | 49.96 | - |
| YUV | 220.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 172 | 0.03 | 0 | 0.25 | 0.10 | 67.37 | 0.52 | 0.79 |
| Hex | DE | E5 | AC | 3 | 0 | 19 | A | 43 | 34 | 4F |
| Octal | 336 | 345 | 254 | 3 | 0 | 31 | 12 | 103 | 64 | 117 |
| Binary | 11011110 | 11100101 | 10101100 | 11 | 0 | 11001 | 1010 | 1000011 | 110100 | 1001111 |
Color Harmonies of #DEE5AC
Complementary color
Monochromatic Colors of #DEE5AC
Black with #DEE5AC
Text Example
Text Example
White with #DEE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5AC; }
p { color: rgb(222,229,172); }
H1.HeaderClassName
{
color: #DEE5AC;
}
.AnyTagClassName
{
color: #DEE5AC;
}
</style>
background-color css
<style>
a { background-color: #DEE5AC; }
a { background-color: rgb(222,229,172); }
div.DivClassName
{
background-color: #DEE5AC;
}
.BgClassName
{
background-color: #DEE5AC;
}
</style>
border-color css
<style>
span { border-color: #DEE5AC; }
span { border-color: rgb(222,229,172); }
td.TdClassName
{
border-color: #DEE5AC;
}
.TagClassName
{
border-color: #DEE5AC;
}
</style>