Shades of Tusk #DDE0AD
Tints of Tusk #DDE0AD
RGB
CMYK
RGB Variations
Color information
#DDE0AD (or 0xDDE0AD) is known color: Tusk. HEX triplet: DD, E0 and AD. RGB value is (221,224,173). Sum of RGB (Red+Green+Blue) = 221+224+173=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0AD is #221F52. Grayscale: #D9D9D9. Windows color (decimal): -2236243 or 11395293. OLE color: 11395293.
HSL color Cylindrical-coordinate representation of color #DDE0AD: hue angle of 63.53º degrees, saturation: 0.45, 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 #DDE0AD is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 173 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.12 |
| HSL | 63.53º | 0.45% | 0.78% | - |
| HSV(B) | 63.53º | 0.23% | 0.88% | - |
| XYZ | 64.02 | 71.7 | 50 | - |
| YUV | 217.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 173 | 0.01 | 0 | 0.23 | 0.12 | 63.53 | 0.45 | 0.78 |
| Hex | DD | E0 | AD | 1 | 0 | 17 | C | 40 | 2D | 4E |
| Octal | 335 | 340 | 255 | 1 | 0 | 27 | 14 | 100 | 55 | 116 |
| Binary | 11011101 | 11100000 | 10101101 | 1 | 0 | 10111 | 1100 | 1000000 | 101101 | 1001110 |
Color Harmonies of #DDE0AD
Complementary color
Monochromatic Colors of #DDE0AD
Black with #DDE0AD
Text Example
Text Example
White with #DDE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0AD; }
p { color: rgb(221,224,173); }
H1.HeaderClassName
{
color: #DDE0AD;
}
.AnyTagClassName
{
color: #DDE0AD;
}
</style>
background-color css
<style>
a { background-color: #DDE0AD; }
a { background-color: rgb(221,224,173); }
div.DivClassName
{
background-color: #DDE0AD;
}
.BgClassName
{
background-color: #DDE0AD;
}
</style>
border-color css
<style>
span { border-color: #DDE0AD; }
span { border-color: rgb(221,224,173); }
td.TdClassName
{
border-color: #DDE0AD;
}
.TagClassName
{
border-color: #DDE0AD;
}
</style>