Shades of Tusk #DDDEB2
Tints of Tusk #DDDEB2
RGB
CMYK
RGB Variations
Color information
#DDDEB2 (or 0xDDDEB2) is known color: Tusk. HEX triplet: DD, DE and B2. RGB value is (221,222,178). Sum of RGB (Red+Green+Blue) = 221+222+178=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEB2 is #22214D. Grayscale: #D8D8D8. Windows color (decimal): -2236750 or 11722461. OLE color: 11722461.
HSL color Cylindrical-coordinate representation of color #DDDEB2: hue angle of 61.36º degrees, saturation: 0.4, 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 #DDDEB2 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 178 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.13 |
| HSL | 61.36º | 0.4% | 0.78% | - |
| HSV(B) | 61.36º | 0.2% | 0.87% | - |
| XYZ | 63.98 | 70.83 | 52.42 | - |
| YUV | 216.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 178 | 0.00 | 0 | 0.20 | 0.13 | 61.36 | 0.4 | 0.78 |
| Hex | DD | DE | B2 | 0 | 0 | 14 | D | 3D | 28 | 4E |
| Octal | 335 | 336 | 262 | 0 | 0 | 24 | 15 | 75 | 50 | 116 |
| Binary | 11011101 | 11011110 | 10110010 | 0 | 0 | 10100 | 1101 | 111101 | 101000 | 1001110 |
Color Harmonies of #DDDEB2
Complementary color
Monochromatic Colors of #DDDEB2
Black with #DDDEB2
Text Example
Text Example
White with #DDDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEB2; }
p { color: rgb(221,222,178); }
H1.HeaderClassName
{
color: #DDDEB2;
}
.AnyTagClassName
{
color: #DDDEB2;
}
</style>
background-color css
<style>
a { background-color: #DDDEB2; }
a { background-color: rgb(221,222,178); }
div.DivClassName
{
background-color: #DDDEB2;
}
.BgClassName
{
background-color: #DDDEB2;
}
</style>
border-color css
<style>
span { border-color: #DDDEB2; }
span { border-color: rgb(221,222,178); }
td.TdClassName
{
border-color: #DDDEB2;
}
.TagClassName
{
border-color: #DDDEB2;
}
</style>