Shades of Tusk #DDE6AD
Tints of Tusk #DDE6AD
RGB
CMYK
RGB Variations
Color information
#DDE6AD (or 0xDDE6AD) is known color: Tusk. HEX triplet: DD, E6 and AD. RGB value is (221,230,173). Sum of RGB (Red+Green+Blue) = 221+230+173=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE6AD is #221952. Grayscale: #DDDDDD. Windows color (decimal): -2234707 or 11396829. OLE color: 11396829.
HSL color Cylindrical-coordinate representation of color #DDE6AD: hue angle of 69.47º degrees, saturation: 0.53, 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 #DDE6AD is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 173 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.10 |
| HSL | 69.47º | 0.53% | 0.79% | - |
| HSV(B) | 69.47º | 0.25% | 0.9% | - |
| XYZ | 65.66 | 74.98 | 50.55 | - |
| YUV | 220.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 173 | 0.04 | 0 | 0.25 | 0.10 | 69.47 | 0.53 | 0.79 |
| Hex | DD | E6 | AD | 4 | 0 | 19 | A | 45 | 35 | 4F |
| Octal | 335 | 346 | 255 | 4 | 0 | 31 | 12 | 105 | 65 | 117 |
| Binary | 11011101 | 11100110 | 10101101 | 100 | 0 | 11001 | 1010 | 1000101 | 110101 | 1001111 |
Color Harmonies of #DDE6AD
Complementary color
Monochromatic Colors of #DDE6AD
Black with #DDE6AD
Text Example
Text Example
White with #DDE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6AD; }
p { color: rgb(221,230,173); }
H1.HeaderClassName
{
color: #DDE6AD;
}
.AnyTagClassName
{
color: #DDE6AD;
}
</style>
background-color css
<style>
a { background-color: #DDE6AD; }
a { background-color: rgb(221,230,173); }
div.DivClassName
{
background-color: #DDE6AD;
}
.BgClassName
{
background-color: #DDE6AD;
}
</style>
border-color css
<style>
span { border-color: #DDE6AD; }
span { border-color: rgb(221,230,173); }
td.TdClassName
{
border-color: #DDE6AD;
}
.TagClassName
{
border-color: #DDE6AD;
}
</style>