Shades of Tusk #DDE9AC
Tints of Tusk #DDE9AC
RGB
CMYK
RGB Variations
Color information
#DDE9AC (or 0xDDE9AC) is known color: Tusk. HEX triplet: DD, E9 and AC. RGB value is (221,233,172). Sum of RGB (Red+Green+Blue) = 221+233+172=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AC is #221653. Grayscale: #DEDEDE. Windows color (decimal): -2233940 or 11332061. OLE color: 11332061.
HSL color Cylindrical-coordinate representation of color #DDE9AC: hue angle of 71.8º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDE9AC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 172 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.09 |
| HSL | 71.8º | 0.58% | 0.79% | - |
| HSV(B) | 71.8º | 0.26% | 0.91% | - |
| XYZ | 66.4 | 76.63 | 50.32 | - |
| YUV | 222.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 172 | 0.05 | 0 | 0.26 | 0.09 | 71.8 | 0.58 | 0.79 |
| Hex | DD | E9 | AC | 5 | 0 | 1A | 9 | 48 | 3A | 4F |
| Octal | 335 | 351 | 254 | 5 | 0 | 32 | 11 | 110 | 72 | 117 |
| Binary | 11011101 | 11101001 | 10101100 | 101 | 0 | 11010 | 1001 | 1001000 | 111010 | 1001111 |
Color Harmonies of #DDE9AC
Complementary color
Monochromatic Colors of #DDE9AC
Black with #DDE9AC
Text Example
Text Example
White with #DDE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9AC; }
p { color: rgb(221,233,172); }
H1.HeaderClassName
{
color: #DDE9AC;
}
.AnyTagClassName
{
color: #DDE9AC;
}
</style>
background-color css
<style>
a { background-color: #DDE9AC; }
a { background-color: rgb(221,233,172); }
div.DivClassName
{
background-color: #DDE9AC;
}
.BgClassName
{
background-color: #DDE9AC;
}
</style>
border-color css
<style>
span { border-color: #DDE9AC; }
span { border-color: rgb(221,233,172); }
td.TdClassName
{
border-color: #DDE9AC;
}
.TagClassName
{
border-color: #DDE9AC;
}
</style>