Shades of Tusk #DDE9B4
Tints of Tusk #DDE9B4
RGB
CMYK
RGB Variations
Color information
#DDE9B4 (or 0xDDE9B4) is known color: Tusk. HEX triplet: DD, E9 and B4. RGB value is (221,233,180). Sum of RGB (Red+Green+Blue) = 221+233+180=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9B4 is #22164B. Grayscale: #DFDFDF. Windows color (decimal): -2233932 or 11856349. OLE color: 11856349.
HSL color Cylindrical-coordinate representation of color #DDE9B4: hue angle of 73.58º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDE9B4 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 180 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.09 |
| HSL | 73.58º | 0.55% | 0.81% | - |
| HSV(B) | 73.58º | 0.23% | 0.91% | - |
| XYZ | 67.2 | 76.95 | 54.49 | - |
| YUV | 223.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 180 | 0.05 | 0 | 0.23 | 0.09 | 73.58 | 0.55 | 0.81 |
| Hex | DD | E9 | B4 | 5 | 0 | 17 | 9 | 4A | 37 | 51 |
| Octal | 335 | 351 | 264 | 5 | 0 | 27 | 11 | 112 | 67 | 121 |
| Binary | 11011101 | 11101001 | 10110100 | 101 | 0 | 10111 | 1001 | 1001010 | 110111 | 1010001 |
Color Harmonies of #DDE9B4
Complementary color
Monochromatic Colors of #DDE9B4
Black with #DDE9B4
Text Example
Text Example
White with #DDE9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9B4; }
p { color: rgb(221,233,180); }
H1.HeaderClassName
{
color: #DDE9B4;
}
.AnyTagClassName
{
color: #DDE9B4;
}
</style>
background-color css
<style>
a { background-color: #DDE9B4; }
a { background-color: rgb(221,233,180); }
div.DivClassName
{
background-color: #DDE9B4;
}
.BgClassName
{
background-color: #DDE9B4;
}
</style>
border-color css
<style>
span { border-color: #DDE9B4; }
span { border-color: rgb(221,233,180); }
td.TdClassName
{
border-color: #DDE9B4;
}
.TagClassName
{
border-color: #DDE9B4;
}
</style>