Shades of Tusk #DDDEB9
Tints of Tusk #DDDEB9
RGB
CMYK
RGB Variations
Color information
#DDDEB9 (or 0xDDDEB9) is known color: Tusk. HEX triplet: DD, DE and B9. RGB value is (221,222,185). Sum of RGB (Red+Green+Blue) = 221+222+185=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB9 is #222146. Grayscale: #D9D9D9. Windows color (decimal): -2236743 or 12181213. OLE color: 12181213.
HSL color Cylindrical-coordinate representation of color #DDDEB9: hue angle of 61.62º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDDEB9 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 185 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.13 |
| HSL | 61.62º | 0.36% | 0.8% | - |
| HSV(B) | 61.62º | 0.17% | 0.87% | - |
| XYZ | 64.7 | 71.12 | 56.22 | - |
| YUV | 217.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 185 | 0.00 | 0 | 0.17 | 0.13 | 61.62 | 0.36 | 0.8 |
| Hex | DD | DE | B9 | 0 | 0 | 11 | D | 3E | 24 | 50 |
| Octal | 335 | 336 | 271 | 0 | 0 | 21 | 15 | 76 | 44 | 120 |
| Binary | 11011101 | 11011110 | 10111001 | 0 | 0 | 10001 | 1101 | 111110 | 100100 | 1010000 |
Color Harmonies of #DDDEB9
Complementary color
Monochromatic Colors of #DDDEB9
Black with #DDDEB9
Text Example
Text Example
White with #DDDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEB9; }
p { color: rgb(221,222,185); }
H1.HeaderClassName
{
color: #DDDEB9;
}
.AnyTagClassName
{
color: #DDDEB9;
}
</style>
background-color css
<style>
a { background-color: #DDDEB9; }
a { background-color: rgb(221,222,185); }
div.DivClassName
{
background-color: #DDDEB9;
}
.BgClassName
{
background-color: #DDDEB9;
}
</style>
border-color css
<style>
span { border-color: #DDDEB9; }
span { border-color: rgb(221,222,185); }
td.TdClassName
{
border-color: #DDDEB9;
}
.TagClassName
{
border-color: #DDDEB9;
}
</style>