Shades of Tusk #DDE6AF
Tints of Tusk #DDE6AF
RGB
CMYK
RGB Variations
Color information
#DDE6AF (or 0xDDE6AF) is known color: Tusk. HEX triplet: DD, E6 and AF. RGB value is (221,230,175). Sum of RGB (Red+Green+Blue) = 221+230+175=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6AF is #221950. Grayscale: #DDDDDD. Windows color (decimal): -2234705 or 11527901. OLE color: 11527901.
HSL color Cylindrical-coordinate representation of color #DDE6AF: hue angle of 69.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE6AF is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 175 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.10 |
| HSL | 69.82º | 0.52% | 0.79% | - |
| HSV(B) | 69.82º | 0.24% | 0.9% | - |
| XYZ | 65.85 | 75.06 | 51.57 | - |
| YUV | 221.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 175 | 0.04 | 0 | 0.24 | 0.10 | 69.82 | 0.52 | 0.79 |
| Hex | DD | E6 | AF | 4 | 0 | 18 | A | 46 | 34 | 4F |
| Octal | 335 | 346 | 257 | 4 | 0 | 30 | 12 | 106 | 64 | 117 |
| Binary | 11011101 | 11100110 | 10101111 | 100 | 0 | 11000 | 1010 | 1000110 | 110100 | 1001111 |
Color Harmonies of #DDE6AF
Complementary color
Monochromatic Colors of #DDE6AF
Black with #DDE6AF
Text Example
Text Example
White with #DDE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6AF; }
p { color: rgb(221,230,175); }
H1.HeaderClassName
{
color: #DDE6AF;
}
.AnyTagClassName
{
color: #DDE6AF;
}
</style>
background-color css
<style>
a { background-color: #DDE6AF; }
a { background-color: rgb(221,230,175); }
div.DivClassName
{
background-color: #DDE6AF;
}
.BgClassName
{
background-color: #DDE6AF;
}
</style>
border-color css
<style>
span { border-color: #DDE6AF; }
span { border-color: rgb(221,230,175); }
td.TdClassName
{
border-color: #DDE6AF;
}
.TagClassName
{
border-color: #DDE6AF;
}
</style>