Shades of Tusk #DDE3A8
Tints of Tusk #DDE3A8
RGB
CMYK
RGB Variations
Color information
#DDE3A8 (or 0xDDE3A8) is known color: Tusk. HEX triplet: DD, E3 and A8. RGB value is (221,227,168). Sum of RGB (Red+Green+Blue) = 221+227+168=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3A8 is #221C57. Grayscale: #DADADA. Windows color (decimal): -2235480 or 11068381. OLE color: 11068381.
HSL color Cylindrical-coordinate representation of color #DDE3A8: hue angle of 66.1º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDE3A8 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 168 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.11 |
| HSL | 66.1º | 0.51% | 0.77% | - |
| HSV(B) | 66.1º | 0.26% | 0.89% | - |
| XYZ | 64.36 | 73.14 | 47.77 | - |
| YUV | 218.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 168 | 0.03 | 0 | 0.26 | 0.11 | 66.1 | 0.51 | 0.77 |
| Hex | DD | E3 | A8 | 3 | 0 | 1A | B | 42 | 33 | 4D |
| Octal | 335 | 343 | 250 | 3 | 0 | 32 | 13 | 102 | 63 | 115 |
| Binary | 11011101 | 11100011 | 10101000 | 11 | 0 | 11010 | 1011 | 1000010 | 110011 | 1001101 |
Color Harmonies of #DDE3A8
Complementary color
Monochromatic Colors of #DDE3A8
Black with #DDE3A8
Text Example
Text Example
White with #DDE3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3A8; }
p { color: rgb(221,227,168); }
H1.HeaderClassName
{
color: #DDE3A8;
}
.AnyTagClassName
{
color: #DDE3A8;
}
</style>
background-color css
<style>
a { background-color: #DDE3A8; }
a { background-color: rgb(221,227,168); }
div.DivClassName
{
background-color: #DDE3A8;
}
.BgClassName
{
background-color: #DDE3A8;
}
</style>
border-color css
<style>
span { border-color: #DDE3A8; }
span { border-color: rgb(221,227,168); }
td.TdClassName
{
border-color: #DDE3A8;
}
.TagClassName
{
border-color: #DDE3A8;
}
</style>