Shades of Tusk #DDE49F
Tints of Tusk #DDE49F
RGB
CMYK
RGB Variations
Color information
#DDE49F (or 0xDDE49F) is known color: Tusk. HEX triplet: DD, E4 and 9F. RGB value is (221,228,159). Sum of RGB (Red+Green+Blue) = 221+228+159=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE49F is #221B60. Grayscale: #DADADA. Windows color (decimal): -2235233 or 10478813. OLE color: 10478813.
HSL color Cylindrical-coordinate representation of color #DDE49F: hue angle of 66.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE49F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 159 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.11 |
| HSL | 66.09º | 0.56% | 0.76% | - |
| HSV(B) | 66.09º | 0.3% | 0.89% | - |
| XYZ | 63.82 | 73.36 | 43.6 | - |
| YUV | 218.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 159 | 0.03 | 0 | 0.30 | 0.11 | 66.09 | 0.56 | 0.76 |
| Hex | DD | E4 | 9F | 3 | 0 | 1E | B | 42 | 38 | 4C |
| Octal | 335 | 344 | 237 | 3 | 0 | 36 | 13 | 102 | 70 | 114 |
| Binary | 11011101 | 11100100 | 10011111 | 11 | 0 | 11110 | 1011 | 1000010 | 111000 | 1001100 |
Color Harmonies of #DDE49F
Complementary color
Monochromatic Colors of #DDE49F
Black with #DDE49F
Text Example
Text Example
White with #DDE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE49F; }
p { color: rgb(221,228,159); }
H1.HeaderClassName
{
color: #DDE49F;
}
.AnyTagClassName
{
color: #DDE49F;
}
</style>
background-color css
<style>
a { background-color: #DDE49F; }
a { background-color: rgb(221,228,159); }
div.DivClassName
{
background-color: #DDE49F;
}
.BgClassName
{
background-color: #DDE49F;
}
</style>
border-color css
<style>
span { border-color: #DDE49F; }
span { border-color: rgb(221,228,159); }
td.TdClassName
{
border-color: #DDE49F;
}
.TagClassName
{
border-color: #DDE49F;
}
</style>