Shades of Tusk #DDECAA
Tints of Tusk #DDECAA
RGB
CMYK
RGB Variations
Color information
#DDECAA (or 0xDDECAA) is known color: Tusk. HEX triplet: DD, EC and AA. RGB value is (221,236,170). Sum of RGB (Red+Green+Blue) = 221+236+170=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECAA is #221355. Grayscale: #E0E0E0. Windows color (decimal): -2233174 or 11201757. OLE color: 11201757.
HSL color Cylindrical-coordinate representation of color #DDECAA: hue angle of 73.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDECAA is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 170 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 73.64º | 0.63% | 0.8% | - |
| HSV(B) | 73.64º | 0.28% | 0.93% | - |
| XYZ | 67.07 | 78.27 | 49.6 | - |
| YUV | 223.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 170 | 0.06 | 0 | 0.28 | 0.07 | 73.64 | 0.63 | 0.8 |
| Hex | DD | EC | AA | 6 | 0 | 1C | 7 | 4A | 3F | 50 |
| Octal | 335 | 354 | 252 | 6 | 0 | 34 | 7 | 112 | 77 | 120 |
| Binary | 11011101 | 11101100 | 10101010 | 110 | 0 | 11100 | 111 | 1001010 | 111111 | 1010000 |
Color Harmonies of #DDECAA
Complementary color
Monochromatic Colors of #DDECAA
Black with #DDECAA
Text Example
Text Example
White with #DDECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECAA; }
p { color: rgb(221,236,170); }
H1.HeaderClassName
{
color: #DDECAA;
}
.AnyTagClassName
{
color: #DDECAA;
}
</style>
background-color css
<style>
a { background-color: #DDECAA; }
a { background-color: rgb(221,236,170); }
div.DivClassName
{
background-color: #DDECAA;
}
.BgClassName
{
background-color: #DDECAA;
}
</style>
border-color css
<style>
span { border-color: #DDECAA; }
span { border-color: rgb(221,236,170); }
td.TdClassName
{
border-color: #DDECAA;
}
.TagClassName
{
border-color: #DDECAA;
}
</style>