Shades of Tusk #DDDEB5
Tints of Tusk #DDDEB5
RGB
CMYK
RGB Variations
Color information
#DDDEB5 (or 0xDDDEB5) is known color: Tusk. HEX triplet: DD, DE and B5. RGB value is (221,222,181). Sum of RGB (Red+Green+Blue) = 221+222+181=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB5 is #22214A. Grayscale: #D9D9D9. Windows color (decimal): -2236747 or 11919069. OLE color: 11919069.
HSL color Cylindrical-coordinate representation of color #DDDEB5: hue angle of 61.46º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDDEB5 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 181 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.13 |
| HSL | 61.46º | 0.38% | 0.79% | - |
| HSV(B) | 61.46º | 0.18% | 0.87% | - |
| XYZ | 64.28 | 70.95 | 54.02 | - |
| YUV | 217.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 181 | 0.00 | 0 | 0.18 | 0.13 | 61.46 | 0.38 | 0.79 |
| Hex | DD | DE | B5 | 0 | 0 | 12 | D | 3D | 26 | 4F |
| Octal | 335 | 336 | 265 | 0 | 0 | 22 | 15 | 75 | 46 | 117 |
| Binary | 11011101 | 11011110 | 10110101 | 0 | 0 | 10010 | 1101 | 111101 | 100110 | 1001111 |
Color Harmonies of #DDDEB5
Complementary color
Monochromatic Colors of #DDDEB5
Black with #DDDEB5
Text Example
Text Example
White with #DDDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEB5; }
p { color: rgb(221,222,181); }
H1.HeaderClassName
{
color: #DDDEB5;
}
.AnyTagClassName
{
color: #DDDEB5;
}
</style>
background-color css
<style>
a { background-color: #DDDEB5; }
a { background-color: rgb(221,222,181); }
div.DivClassName
{
background-color: #DDDEB5;
}
.BgClassName
{
background-color: #DDDEB5;
}
</style>
border-color css
<style>
span { border-color: #DDDEB5; }
span { border-color: rgb(221,222,181); }
td.TdClassName
{
border-color: #DDDEB5;
}
.TagClassName
{
border-color: #DDDEB5;
}
</style>