Shades of Tusk #DDDEB1
Tints of Tusk #DDDEB1
RGB
CMYK
RGB Variations
Color information
#DDDEB1 (or 0xDDDEB1) is known color: Tusk. HEX triplet: DD, DE and B1. RGB value is (221,222,177). Sum of RGB (Red+Green+Blue) = 221+222+177=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEB1 is #22214E. Grayscale: #D8D8D8. Windows color (decimal): -2236751 or 11656925. OLE color: 11656925.
HSL color Cylindrical-coordinate representation of color #DDDEB1: hue angle of 61.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDEB1 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 177 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.13 |
| HSL | 61.33º | 0.41% | 0.78% | - |
| HSV(B) | 61.33º | 0.2% | 0.87% | - |
| XYZ | 63.88 | 70.79 | 51.89 | - |
| YUV | 216.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 177 | 0.00 | 0 | 0.20 | 0.13 | 61.33 | 0.41 | 0.78 |
| Hex | DD | DE | B1 | 0 | 0 | 14 | D | 3D | 29 | 4E |
| Octal | 335 | 336 | 261 | 0 | 0 | 24 | 15 | 75 | 51 | 116 |
| Binary | 11011101 | 11011110 | 10110001 | 0 | 0 | 10100 | 1101 | 111101 | 101001 | 1001110 |
Color Harmonies of #DDDEB1
Complementary color
Monochromatic Colors of #DDDEB1
Black with #DDDEB1
Text Example
Text Example
White with #DDDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEB1; }
p { color: rgb(221,222,177); }
H1.HeaderClassName
{
color: #DDDEB1;
}
.AnyTagClassName
{
color: #DDDEB1;
}
</style>
background-color css
<style>
a { background-color: #DDDEB1; }
a { background-color: rgb(221,222,177); }
div.DivClassName
{
background-color: #DDDEB1;
}
.BgClassName
{
background-color: #DDDEB1;
}
</style>
border-color css
<style>
span { border-color: #DDDEB1; }
span { border-color: rgb(221,222,177); }
td.TdClassName
{
border-color: #DDDEB1;
}
.TagClassName
{
border-color: #DDDEB1;
}
</style>