Shades of Tusk #DDE1AF
Tints of Tusk #DDE1AF
RGB
CMYK
RGB Variations
Color information
#DDE1AF (or 0xDDE1AF) is known color: Tusk. HEX triplet: DD, E1 and AF. RGB value is (221,225,175). Sum of RGB (Red+Green+Blue) = 221+225+175=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE1AF is #221E50. Grayscale: #DADADA. Windows color (decimal): -2235985 or 11526621. OLE color: 11526621.
HSL color Cylindrical-coordinate representation of color #DDE1AF: hue angle of 64.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDE1AF is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 175 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.12 |
| HSL | 64.8º | 0.45% | 0.78% | - |
| HSV(B) | 64.8º | 0.22% | 0.88% | - |
| XYZ | 64.48 | 72.32 | 51.12 | - |
| YUV | 218.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 175 | 0.02 | 0 | 0.22 | 0.12 | 64.8 | 0.45 | 0.78 |
| Hex | DD | E1 | AF | 2 | 0 | 16 | C | 41 | 2D | 4E |
| Octal | 335 | 341 | 257 | 2 | 0 | 26 | 14 | 101 | 55 | 116 |
| Binary | 11011101 | 11100001 | 10101111 | 10 | 0 | 10110 | 1100 | 1000001 | 101101 | 1001110 |
Color Harmonies of #DDE1AF
Complementary color
Monochromatic Colors of #DDE1AF
Black with #DDE1AF
Text Example
Text Example
White with #DDE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1AF; }
p { color: rgb(221,225,175); }
H1.HeaderClassName
{
color: #DDE1AF;
}
.AnyTagClassName
{
color: #DDE1AF;
}
</style>
background-color css
<style>
a { background-color: #DDE1AF; }
a { background-color: rgb(221,225,175); }
div.DivClassName
{
background-color: #DDE1AF;
}
.BgClassName
{
background-color: #DDE1AF;
}
</style>
border-color css
<style>
span { border-color: #DDE1AF; }
span { border-color: rgb(221,225,175); }
td.TdClassName
{
border-color: #DDE1AF;
}
.TagClassName
{
border-color: #DDE1AF;
}
</style>