Shades of Tusk #DDEAA8
Tints of Tusk #DDEAA8
RGB
CMYK
RGB Variations
Color information
#DDEAA8 (or 0xDDEAA8) is known color: Tusk. HEX triplet: DD, EA and A8. RGB value is (221,234,168). Sum of RGB (Red+Green+Blue) = 221+234+168=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA8 is #221557. Grayscale: #DEDEDE. Windows color (decimal): -2233688 or 11070173. OLE color: 11070173.
HSL color Cylindrical-coordinate representation of color #DDEAA8: hue angle of 71.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDEAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 168 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.08 |
| HSL | 71.82º | 0.61% | 0.79% | - |
| HSV(B) | 71.82º | 0.28% | 0.92% | - |
| XYZ | 66.31 | 77.04 | 48.42 | - |
| YUV | 222.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 168 | 0.06 | 0 | 0.28 | 0.08 | 71.82 | 0.61 | 0.79 |
| Hex | DD | EA | A8 | 6 | 0 | 1C | 8 | 48 | 3D | 4F |
| Octal | 335 | 352 | 250 | 6 | 0 | 34 | 10 | 110 | 75 | 117 |
| Binary | 11011101 | 11101010 | 10101000 | 110 | 0 | 11100 | 1000 | 1001000 | 111101 | 1001111 |
Color Harmonies of #DDEAA8
Complementary color
Monochromatic Colors of #DDEAA8
Black with #DDEAA8
Text Example
Text Example
White with #DDEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAA8; }
p { color: rgb(221,234,168); }
H1.HeaderClassName
{
color: #DDEAA8;
}
.AnyTagClassName
{
color: #DDEAA8;
}
</style>
background-color css
<style>
a { background-color: #DDEAA8; }
a { background-color: rgb(221,234,168); }
div.DivClassName
{
background-color: #DDEAA8;
}
.BgClassName
{
background-color: #DDEAA8;
}
</style>
border-color css
<style>
span { border-color: #DDEAA8; }
span { border-color: rgb(221,234,168); }
td.TdClassName
{
border-color: #DDEAA8;
}
.TagClassName
{
border-color: #DDEAA8;
}
</style>