Shades of Tusk #DDDEB4
Tints of Tusk #DDDEB4
RGB
CMYK
RGB Variations
Color information
#DDDEB4 (or 0xDDDEB4) is known color: Tusk. HEX triplet: DD, DE and B4. RGB value is (221,222,180). Sum of RGB (Red+Green+Blue) = 221+222+180=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB4 is #22214B. Grayscale: #D9D9D9. Windows color (decimal): -2236748 or 11853533. OLE color: 11853533.
HSL color Cylindrical-coordinate representation of color #DDDEB4: hue angle of 61.43º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDDEB4 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 180 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.13 |
| HSL | 61.43º | 0.39% | 0.79% | - |
| HSV(B) | 61.43º | 0.19% | 0.87% | - |
| XYZ | 64.18 | 70.91 | 53.48 | - |
| YUV | 216.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 180 | 0.00 | 0 | 0.19 | 0.13 | 61.43 | 0.39 | 0.79 |
| Hex | DD | DE | B4 | 0 | 0 | 13 | D | 3D | 27 | 4F |
| Octal | 335 | 336 | 264 | 0 | 0 | 23 | 15 | 75 | 47 | 117 |
| Binary | 11011101 | 11011110 | 10110100 | 0 | 0 | 10011 | 1101 | 111101 | 100111 | 1001111 |
Color Harmonies of #DDDEB4
Complementary color
Monochromatic Colors of #DDDEB4
Black with #DDDEB4
Text Example
Text Example
White with #DDDEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEB4; }
p { color: rgb(221,222,180); }
H1.HeaderClassName
{
color: #DDDEB4;
}
.AnyTagClassName
{
color: #DDDEB4;
}
</style>
background-color css
<style>
a { background-color: #DDDEB4; }
a { background-color: rgb(221,222,180); }
div.DivClassName
{
background-color: #DDDEB4;
}
.BgClassName
{
background-color: #DDDEB4;
}
</style>
border-color css
<style>
span { border-color: #DDDEB4; }
span { border-color: rgb(221,222,180); }
td.TdClassName
{
border-color: #DDDEB4;
}
.TagClassName
{
border-color: #DDDEB4;
}
</style>