Shades of Tusk #DDE6AC
Tints of Tusk #DDE6AC
RGB
CMYK
RGB Variations
Color information
#DDE6AC (or 0xDDE6AC) is known color: Tusk. HEX triplet: DD, E6 and AC. RGB value is (221,230,172). Sum of RGB (Red+Green+Blue) = 221+230+172=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6AC is #221953. Grayscale: #DCDCDC. Windows color (decimal): -2234708 or 11331293. OLE color: 11331293.
HSL color Cylindrical-coordinate representation of color #DDE6AC: hue angle of 69.31º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE6AC is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 172 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.10 |
| HSL | 69.31º | 0.54% | 0.79% | - |
| HSV(B) | 69.31º | 0.25% | 0.9% | - |
| XYZ | 65.56 | 74.94 | 50.04 | - |
| YUV | 220.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 172 | 0.04 | 0 | 0.25 | 0.10 | 69.31 | 0.54 | 0.79 |
| Hex | DD | E6 | AC | 4 | 0 | 19 | A | 45 | 36 | 4F |
| Octal | 335 | 346 | 254 | 4 | 0 | 31 | 12 | 105 | 66 | 117 |
| Binary | 11011101 | 11100110 | 10101100 | 100 | 0 | 11001 | 1010 | 1000101 | 110110 | 1001111 |
Color Harmonies of #DDE6AC
Complementary color
Monochromatic Colors of #DDE6AC
Black with #DDE6AC
Text Example
Text Example
White with #DDE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6AC; }
p { color: rgb(221,230,172); }
H1.HeaderClassName
{
color: #DDE6AC;
}
.AnyTagClassName
{
color: #DDE6AC;
}
</style>
background-color css
<style>
a { background-color: #DDE6AC; }
a { background-color: rgb(221,230,172); }
div.DivClassName
{
background-color: #DDE6AC;
}
.BgClassName
{
background-color: #DDE6AC;
}
</style>
border-color css
<style>
span { border-color: #DDE6AC; }
span { border-color: rgb(221,230,172); }
td.TdClassName
{
border-color: #DDE6AC;
}
.TagClassName
{
border-color: #DDE6AC;
}
</style>