Shades of Tusk #DDE0A4
Tints of Tusk #DDE0A4
RGB
CMYK
RGB Variations
Color information
#DDE0A4 (or 0xDDE0A4) is known color: Tusk. HEX triplet: DD, E0 and A4. RGB value is (221,224,164). Sum of RGB (Red+Green+Blue) = 221+224+164=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0A4 is #221F5B. Grayscale: #D8D8D8. Windows color (decimal): -2236252 or 10805469. OLE color: 10805469.
HSL color Cylindrical-coordinate representation of color #DDE0A4: hue angle of 63º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDE0A4 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 164 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.12 |
| HSL | 63º | 0.49% | 0.76% | - |
| HSV(B) | 63º | 0.27% | 0.88% | - |
| XYZ | 63.18 | 71.36 | 45.57 | - |
| YUV | 216.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 164 | 0.01 | 0 | 0.27 | 0.12 | 63 | 0.49 | 0.76 |
| Hex | DD | E0 | A4 | 1 | 0 | 1B | C | 3F | 31 | 4C |
| Octal | 335 | 340 | 244 | 1 | 0 | 33 | 14 | 77 | 61 | 114 |
| Binary | 11011101 | 11100000 | 10100100 | 1 | 0 | 11011 | 1100 | 111111 | 110001 | 1001100 |
Color Harmonies of #DDE0A4
Complementary color
Monochromatic Colors of #DDE0A4
Black with #DDE0A4
Text Example
Text Example
White with #DDE0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0A4; }
p { color: rgb(221,224,164); }
H1.HeaderClassName
{
color: #DDE0A4;
}
.AnyTagClassName
{
color: #DDE0A4;
}
</style>
background-color css
<style>
a { background-color: #DDE0A4; }
a { background-color: rgb(221,224,164); }
div.DivClassName
{
background-color: #DDE0A4;
}
.BgClassName
{
background-color: #DDE0A4;
}
</style>
border-color css
<style>
span { border-color: #DDE0A4; }
span { border-color: rgb(221,224,164); }
td.TdClassName
{
border-color: #DDE0A4;
}
.TagClassName
{
border-color: #DDE0A4;
}
</style>