Shades of Tusk #DDE3AD
Tints of Tusk #DDE3AD
RGB
CMYK
RGB Variations
Color information
#DDE3AD (or 0xDDE3AD) is known color: Tusk. HEX triplet: DD, E3 and AD. RGB value is (221,227,173). Sum of RGB (Red+Green+Blue) = 221+227+173=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3AD is #221C52. Grayscale: #DBDBDB. Windows color (decimal): -2235475 or 11396061. OLE color: 11396061.
HSL color Cylindrical-coordinate representation of color #DDE3AD: hue angle of 66.67º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE3AD is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 173 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.11 |
| HSL | 66.67º | 0.49% | 0.78% | - |
| HSV(B) | 66.67º | 0.24% | 0.89% | - |
| XYZ | 64.83 | 73.33 | 50.27 | - |
| YUV | 219.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 173 | 0.03 | 0 | 0.24 | 0.11 | 66.67 | 0.49 | 0.78 |
| Hex | DD | E3 | AD | 3 | 0 | 18 | B | 43 | 31 | 4E |
| Octal | 335 | 343 | 255 | 3 | 0 | 30 | 13 | 103 | 61 | 116 |
| Binary | 11011101 | 11100011 | 10101101 | 11 | 0 | 11000 | 1011 | 1000011 | 110001 | 1001110 |
Color Harmonies of #DDE3AD
Complementary color
Monochromatic Colors of #DDE3AD
Black with #DDE3AD
Text Example
Text Example
White with #DDE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3AD; }
p { color: rgb(221,227,173); }
H1.HeaderClassName
{
color: #DDE3AD;
}
.AnyTagClassName
{
color: #DDE3AD;
}
</style>
background-color css
<style>
a { background-color: #DDE3AD; }
a { background-color: rgb(221,227,173); }
div.DivClassName
{
background-color: #DDE3AD;
}
.BgClassName
{
background-color: #DDE3AD;
}
</style>
border-color css
<style>
span { border-color: #DDE3AD; }
span { border-color: rgb(221,227,173); }
td.TdClassName
{
border-color: #DDE3AD;
}
.TagClassName
{
border-color: #DDE3AD;
}
</style>