Shades of Tusk #DDE0B5
Tints of Tusk #DDE0B5
RGB
CMYK
RGB Variations
Color information
#DDE0B5 (or 0xDDE0B5) is known color: Tusk. HEX triplet: DD, E0 and B5. RGB value is (221,224,181). Sum of RGB (Red+Green+Blue) = 221+224+181=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0B5 is #221F4A. Grayscale: #DADADA. Windows color (decimal): -2236235 or 11919581. OLE color: 11919581.
HSL color Cylindrical-coordinate representation of color #DDE0B5: hue angle of 64.19º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE0B5 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 181 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.12 |
| HSL | 64.19º | 0.41% | 0.79% | - |
| HSV(B) | 64.19º | 0.19% | 0.88% | - |
| XYZ | 64.81 | 72.02 | 54.2 | - |
| YUV | 218.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 181 | 0.01 | 0 | 0.19 | 0.12 | 64.19 | 0.41 | 0.79 |
| Hex | DD | E0 | B5 | 1 | 0 | 13 | C | 40 | 29 | 4F |
| Octal | 335 | 340 | 265 | 1 | 0 | 23 | 14 | 100 | 51 | 117 |
| Binary | 11011101 | 11100000 | 10110101 | 1 | 0 | 10011 | 1100 | 1000000 | 101001 | 1001111 |
Color Harmonies of #DDE0B5
Complementary color
Monochromatic Colors of #DDE0B5
Black with #DDE0B5
Text Example
Text Example
White with #DDE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0B5; }
p { color: rgb(221,224,181); }
H1.HeaderClassName
{
color: #DDE0B5;
}
.AnyTagClassName
{
color: #DDE0B5;
}
</style>
background-color css
<style>
a { background-color: #DDE0B5; }
a { background-color: rgb(221,224,181); }
div.DivClassName
{
background-color: #DDE0B5;
}
.BgClassName
{
background-color: #DDE0B5;
}
</style>
border-color css
<style>
span { border-color: #DDE0B5; }
span { border-color: rgb(221,224,181); }
td.TdClassName
{
border-color: #DDE0B5;
}
.TagClassName
{
border-color: #DDE0B5;
}
</style>