Shades of Tusk #DDE0AC
Tints of Tusk #DDE0AC
RGB
CMYK
RGB Variations
Color information
#DDE0AC (or 0xDDE0AC) is known color: Tusk. HEX triplet: DD, E0 and AC. RGB value is (221,224,172). Sum of RGB (Red+Green+Blue) = 221+224+172=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0AC is #221F53. Grayscale: #D9D9D9. Windows color (decimal): -2236244 or 11329757. OLE color: 11329757.
HSL color Cylindrical-coordinate representation of color #DDE0AC: hue angle of 63.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDE0AC is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 172 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.12 |
| HSL | 63.46º | 0.46% | 0.78% | - |
| HSV(B) | 63.46º | 0.23% | 0.88% | - |
| XYZ | 63.92 | 71.66 | 49.49 | - |
| YUV | 217.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 172 | 0.01 | 0 | 0.23 | 0.12 | 63.46 | 0.46 | 0.78 |
| Hex | DD | E0 | AC | 1 | 0 | 17 | C | 3F | 2E | 4E |
| Octal | 335 | 340 | 254 | 1 | 0 | 27 | 14 | 77 | 56 | 116 |
| Binary | 11011101 | 11100000 | 10101100 | 1 | 0 | 10111 | 1100 | 111111 | 101110 | 1001110 |
Color Harmonies of #DDE0AC
Complementary color
Monochromatic Colors of #DDE0AC
Black with #DDE0AC
Text Example
Text Example
White with #DDE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0AC; }
p { color: rgb(221,224,172); }
H1.HeaderClassName
{
color: #DDE0AC;
}
.AnyTagClassName
{
color: #DDE0AC;
}
</style>
background-color css
<style>
a { background-color: #DDE0AC; }
a { background-color: rgb(221,224,172); }
div.DivClassName
{
background-color: #DDE0AC;
}
.BgClassName
{
background-color: #DDE0AC;
}
</style>
border-color css
<style>
span { border-color: #DDE0AC; }
span { border-color: rgb(221,224,172); }
td.TdClassName
{
border-color: #DDE0AC;
}
.TagClassName
{
border-color: #DDE0AC;
}
</style>