Shades of Tusk #DDE49E
Tints of Tusk #DDE49E
RGB
CMYK
RGB Variations
Color information
#DDE49E (or 0xDDE49E) is known color: Tusk. HEX triplet: DD, E4 and 9E. RGB value is (221,228,158). Sum of RGB (Red+Green+Blue) = 221+228+158=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE49E is #221B61. Grayscale: #DADADA. Windows color (decimal): -2235234 or 10413277. OLE color: 10413277.
HSL color Cylindrical-coordinate representation of color #DDE49E: hue angle of 66º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE49E is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 158 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.11 |
| HSL | 66º | 0.56% | 0.76% | - |
| HSV(B) | 66º | 0.31% | 0.89% | - |
| XYZ | 63.73 | 73.33 | 43.14 | - |
| YUV | 217.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 158 | 0.03 | 0 | 0.31 | 0.11 | 66 | 0.56 | 0.76 |
| Hex | DD | E4 | 9E | 3 | 0 | 1F | B | 42 | 38 | 4C |
| Octal | 335 | 344 | 236 | 3 | 0 | 37 | 13 | 102 | 70 | 114 |
| Binary | 11011101 | 11100100 | 10011110 | 11 | 0 | 11111 | 1011 | 1000010 | 111000 | 1001100 |
Color Harmonies of #DDE49E
Complementary color
Monochromatic Colors of #DDE49E
Black with #DDE49E
Text Example
Text Example
White with #DDE49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE49E; }
p { color: rgb(221,228,158); }
H1.HeaderClassName
{
color: #DDE49E;
}
.AnyTagClassName
{
color: #DDE49E;
}
</style>
background-color css
<style>
a { background-color: #DDE49E; }
a { background-color: rgb(221,228,158); }
div.DivClassName
{
background-color: #DDE49E;
}
.BgClassName
{
background-color: #DDE49E;
}
</style>
border-color css
<style>
span { border-color: #DDE49E; }
span { border-color: rgb(221,228,158); }
td.TdClassName
{
border-color: #DDE49E;
}
.TagClassName
{
border-color: #DDE49E;
}
</style>