Shades of Tusk #DDE0A5
Tints of Tusk #DDE0A5
RGB
CMYK
RGB Variations
Color information
#DDE0A5 (or 0xDDE0A5) is known color: Tusk. HEX triplet: DD, E0 and A5. RGB value is (221,224,165). Sum of RGB (Red+Green+Blue) = 221+224+165=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0A5 is #221F5A. Grayscale: #D8D8D8. Windows color (decimal): -2236251 or 10871005. OLE color: 10871005.
HSL color Cylindrical-coordinate representation of color #DDE0A5: hue angle of 63.05º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDE0A5 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 165 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.12 |
| HSL | 63.05º | 0.49% | 0.76% | - |
| HSV(B) | 63.05º | 0.26% | 0.88% | - |
| XYZ | 63.27 | 71.4 | 46.04 | - |
| YUV | 216.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 165 | 0.01 | 0 | 0.26 | 0.12 | 63.05 | 0.49 | 0.76 |
| Hex | DD | E0 | A5 | 1 | 0 | 1A | C | 3F | 31 | 4C |
| Octal | 335 | 340 | 245 | 1 | 0 | 32 | 14 | 77 | 61 | 114 |
| Binary | 11011101 | 11100000 | 10100101 | 1 | 0 | 11010 | 1100 | 111111 | 110001 | 1001100 |
Color Harmonies of #DDE0A5
Complementary color
Monochromatic Colors of #DDE0A5
Black with #DDE0A5
Text Example
Text Example
White with #DDE0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0A5; }
p { color: rgb(221,224,165); }
H1.HeaderClassName
{
color: #DDE0A5;
}
.AnyTagClassName
{
color: #DDE0A5;
}
</style>
background-color css
<style>
a { background-color: #DDE0A5; }
a { background-color: rgb(221,224,165); }
div.DivClassName
{
background-color: #DDE0A5;
}
.BgClassName
{
background-color: #DDE0A5;
}
</style>
border-color css
<style>
span { border-color: #DDE0A5; }
span { border-color: rgb(221,224,165); }
td.TdClassName
{
border-color: #DDE0A5;
}
.TagClassName
{
border-color: #DDE0A5;
}
</style>