Shades of Tusk #DDEAA9
Tints of Tusk #DDEAA9
RGB
CMYK
RGB Variations
Color information
#DDEAA9 (or 0xDDEAA9) is known color: Tusk. HEX triplet: DD, EA and A9. RGB value is (221,234,169). Sum of RGB (Red+Green+Blue) = 221+234+169=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA9 is #221556. Grayscale: #DEDEDE. Windows color (decimal): -2233687 or 11135709. OLE color: 11135709.
HSL color Cylindrical-coordinate representation of color #DDEAA9: hue angle of 72º 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 #DDEAA9 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 169 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.08 |
| HSL | 72º | 0.61% | 0.79% | - |
| HSV(B) | 72º | 0.28% | 0.92% | - |
| XYZ | 66.4 | 77.08 | 48.91 | - |
| YUV | 222.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 169 | 0.06 | 0 | 0.28 | 0.08 | 72 | 0.61 | 0.79 |
| Hex | DD | EA | A9 | 6 | 0 | 1C | 8 | 48 | 3D | 4F |
| Octal | 335 | 352 | 251 | 6 | 0 | 34 | 10 | 110 | 75 | 117 |
| Binary | 11011101 | 11101010 | 10101001 | 110 | 0 | 11100 | 1000 | 1001000 | 111101 | 1001111 |
Color Harmonies of #DDEAA9
Complementary color
Monochromatic Colors of #DDEAA9
Black with #DDEAA9
Text Example
Text Example
White with #DDEAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAA9; }
p { color: rgb(221,234,169); }
H1.HeaderClassName
{
color: #DDEAA9;
}
.AnyTagClassName
{
color: #DDEAA9;
}
</style>
background-color css
<style>
a { background-color: #DDEAA9; }
a { background-color: rgb(221,234,169); }
div.DivClassName
{
background-color: #DDEAA9;
}
.BgClassName
{
background-color: #DDEAA9;
}
</style>
border-color css
<style>
span { border-color: #DDEAA9; }
span { border-color: rgb(221,234,169); }
td.TdClassName
{
border-color: #DDEAA9;
}
.TagClassName
{
border-color: #DDEAA9;
}
</style>