Shades of Tusk #DEE69D
Tints of Tusk #DEE69D
RGB
CMYK
RGB Variations
Color information
#DEE69D (or 0xDEE69D) is known color: Tusk. HEX triplet: DE, E6 and 9D. RGB value is (222,230,157). Sum of RGB (Red+Green+Blue) = 222+230+157=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE69D is #211962. Grayscale: #DBDBDB. Windows color (decimal): -2169187 or 10348254. OLE color: 10348254.
HSL color Cylindrical-coordinate representation of color #DEE69D: hue angle of 66.58º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE69D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 157 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.10 |
| HSL | 66.58º | 0.59% | 0.76% | - |
| HSV(B) | 66.58º | 0.32% | 0.9% | - |
| XYZ | 64.51 | 74.56 | 42.89 | - |
| YUV | 219.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 157 | 0.03 | 0 | 0.32 | 0.10 | 66.58 | 0.59 | 0.76 |
| Hex | DE | E6 | 9D | 3 | 0 | 20 | A | 43 | 3B | 4C |
| Octal | 336 | 346 | 235 | 3 | 0 | 40 | 12 | 103 | 73 | 114 |
| Binary | 11011110 | 11100110 | 10011101 | 11 | 0 | 100000 | 1010 | 1000011 | 111011 | 1001100 |
Color Harmonies of #DEE69D
Complementary color
Monochromatic Colors of #DEE69D
Black with #DEE69D
Text Example
Text Example
White with #DEE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE69D; }
p { color: rgb(222,230,157); }
H1.HeaderClassName
{
color: #DEE69D;
}
.AnyTagClassName
{
color: #DEE69D;
}
</style>
background-color css
<style>
a { background-color: #DEE69D; }
a { background-color: rgb(222,230,157); }
div.DivClassName
{
background-color: #DEE69D;
}
.BgClassName
{
background-color: #DEE69D;
}
</style>
border-color css
<style>
span { border-color: #DEE69D; }
span { border-color: rgb(222,230,157); }
td.TdClassName
{
border-color: #DEE69D;
}
.TagClassName
{
border-color: #DEE69D;
}
</style>