Shades of Tusk #DDDEB0
Tints of Tusk #DDDEB0
RGB
CMYK
RGB Variations
Color information
#DDDEB0 (or 0xDDDEB0) is known color: Tusk. HEX triplet: DD, DE and B0. RGB value is (221,222,176). Sum of RGB (Red+Green+Blue) = 221+222+176=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEB0 is #22214F. Grayscale: #D8D8D8. Windows color (decimal): -2236752 or 11591389. OLE color: 11591389.
HSL color Cylindrical-coordinate representation of color #DDDEB0: hue angle of 61.3º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDDEB0 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 176 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.13 |
| HSL | 61.3º | 0.41% | 0.78% | - |
| HSV(B) | 61.3º | 0.21% | 0.87% | - |
| XYZ | 63.78 | 70.75 | 51.37 | - |
| YUV | 216.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 176 | 0.00 | 0 | 0.21 | 0.13 | 61.3 | 0.41 | 0.78 |
| Hex | DD | DE | B0 | 0 | 0 | 15 | D | 3D | 29 | 4E |
| Octal | 335 | 336 | 260 | 0 | 0 | 25 | 15 | 75 | 51 | 116 |
| Binary | 11011101 | 11011110 | 10110000 | 0 | 0 | 10101 | 1101 | 111101 | 101001 | 1001110 |
Color Harmonies of #DDDEB0
Complementary color
Monochromatic Colors of #DDDEB0
Black with #DDDEB0
Text Example
Text Example
White with #DDDEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEB0; }
p { color: rgb(221,222,176); }
H1.HeaderClassName
{
color: #DDDEB0;
}
.AnyTagClassName
{
color: #DDDEB0;
}
</style>
background-color css
<style>
a { background-color: #DDDEB0; }
a { background-color: rgb(221,222,176); }
div.DivClassName
{
background-color: #DDDEB0;
}
.BgClassName
{
background-color: #DDDEB0;
}
</style>
border-color css
<style>
span { border-color: #DDDEB0; }
span { border-color: rgb(221,222,176); }
td.TdClassName
{
border-color: #DDDEB0;
}
.TagClassName
{
border-color: #DDDEB0;
}
</style>