Shades of Tusk #DDE0AA
Tints of Tusk #DDE0AA
RGB
CMYK
RGB Variations
Color information
#DDE0AA (or 0xDDE0AA) is known color: Tusk. HEX triplet: DD, E0 and AA. RGB value is (221,224,170). Sum of RGB (Red+Green+Blue) = 221+224+170=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0AA is #221F55. Grayscale: #D9D9D9. Windows color (decimal): -2236246 or 11198685. OLE color: 11198685.
HSL color Cylindrical-coordinate representation of color #DDE0AA: hue angle of 63.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE0AA is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 170 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.12 |
| HSL | 63.33º | 0.47% | 0.77% | - |
| HSV(B) | 63.33º | 0.24% | 0.88% | - |
| XYZ | 63.73 | 71.59 | 48.49 | - |
| YUV | 216.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 170 | 0.01 | 0 | 0.24 | 0.12 | 63.33 | 0.47 | 0.77 |
| Hex | DD | E0 | AA | 1 | 0 | 18 | C | 3F | 2F | 4D |
| Octal | 335 | 340 | 252 | 1 | 0 | 30 | 14 | 77 | 57 | 115 |
| Binary | 11011101 | 11100000 | 10101010 | 1 | 0 | 11000 | 1100 | 111111 | 101111 | 1001101 |
Color Harmonies of #DDE0AA
Complementary color
Monochromatic Colors of #DDE0AA
Black with #DDE0AA
Text Example
Text Example
White with #DDE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0AA; }
p { color: rgb(221,224,170); }
H1.HeaderClassName
{
color: #DDE0AA;
}
.AnyTagClassName
{
color: #DDE0AA;
}
</style>
background-color css
<style>
a { background-color: #DDE0AA; }
a { background-color: rgb(221,224,170); }
div.DivClassName
{
background-color: #DDE0AA;
}
.BgClassName
{
background-color: #DDE0AA;
}
</style>
border-color css
<style>
span { border-color: #DDE0AA; }
span { border-color: rgb(221,224,170); }
td.TdClassName
{
border-color: #DDE0AA;
}
.TagClassName
{
border-color: #DDE0AA;
}
</style>