Shades of Tusk #DDE7A0
Tints of Tusk #DDE7A0
RGB
CMYK
RGB Variations
Color information
#DDE7A0 (or 0xDDE7A0) is known color: Tusk. HEX triplet: DD, E7 and A0. RGB value is (221,231,160). Sum of RGB (Red+Green+Blue) = 221+231+160=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7A0 is #22185F. Grayscale: #DCDCDC. Windows color (decimal): -2234464 or 10545117. OLE color: 10545117.
HSL color Cylindrical-coordinate representation of color #DDE7A0: hue angle of 68.45º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE7A0 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 160 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.09 |
| HSL | 68.45º | 0.6% | 0.77% | - |
| HSV(B) | 68.45º | 0.31% | 0.91% | - |
| XYZ | 64.74 | 75.06 | 44.33 | - |
| YUV | 219.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 160 | 0.04 | 0 | 0.31 | 0.09 | 68.45 | 0.6 | 0.77 |
| Hex | DD | E7 | A0 | 4 | 0 | 1F | 9 | 44 | 3C | 4D |
| Octal | 335 | 347 | 240 | 4 | 0 | 37 | 11 | 104 | 74 | 115 |
| Binary | 11011101 | 11100111 | 10100000 | 100 | 0 | 11111 | 1001 | 1000100 | 111100 | 1001101 |
Color Harmonies of #DDE7A0
Complementary color
Monochromatic Colors of #DDE7A0
Black with #DDE7A0
Text Example
Text Example
White with #DDE7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7A0; }
p { color: rgb(221,231,160); }
H1.HeaderClassName
{
color: #DDE7A0;
}
.AnyTagClassName
{
color: #DDE7A0;
}
</style>
background-color css
<style>
a { background-color: #DDE7A0; }
a { background-color: rgb(221,231,160); }
div.DivClassName
{
background-color: #DDE7A0;
}
.BgClassName
{
background-color: #DDE7A0;
}
</style>
border-color css
<style>
span { border-color: #DDE7A0; }
span { border-color: rgb(221,231,160); }
td.TdClassName
{
border-color: #DDE7A0;
}
.TagClassName
{
border-color: #DDE7A0;
}
</style>