Shades of Tusk #DDDCB4
Tints of Tusk #DDDCB4
RGB
CMYK
RGB Variations
Color information
#DDDCB4 (or 0xDDDCB4) is known color: Tusk. HEX triplet: DD, DC and B4. RGB value is (221,220,180). Sum of RGB (Red+Green+Blue) = 221+220+180=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCB4 is #22234B. Grayscale: #D7D7D7. Windows color (decimal): -2237260 or 11853021. OLE color: 11853021.
HSL color Cylindrical-coordinate representation of color #DDDCB4: hue angle of 58.54º degrees, saturation: 0.38, 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 #DDDCB4 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 180 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.13 |
| HSL | 58.54º | 0.38% | 0.79% | - |
| HSV(B) | 58.54º | 0.19% | 0.87% | - |
| XYZ | 63.65 | 69.85 | 53.31 | - |
| YUV | 215.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 180 | 0 | 0.00 | 0.19 | 0.13 | 58.54 | 0.38 | 0.79 |
| Hex | DD | DC | B4 | 0 | 0 | 13 | D | 3B | 26 | 4F |
| Octal | 335 | 334 | 264 | 0 | 0 | 23 | 15 | 73 | 46 | 117 |
| Binary | 11011101 | 11011100 | 10110100 | 0 | 0 | 10011 | 1101 | 111011 | 100110 | 1001111 |
Color Harmonies of #DDDCB4
Complementary color
Monochromatic Colors of #DDDCB4
Black with #DDDCB4
Text Example
Text Example
White with #DDDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCB4; }
p { color: rgb(221,220,180); }
H1.HeaderClassName
{
color: #DDDCB4;
}
.AnyTagClassName
{
color: #DDDCB4;
}
</style>
background-color css
<style>
a { background-color: #DDDCB4; }
a { background-color: rgb(221,220,180); }
div.DivClassName
{
background-color: #DDDCB4;
}
.BgClassName
{
background-color: #DDDCB4;
}
</style>
border-color css
<style>
span { border-color: #DDDCB4; }
span { border-color: rgb(221,220,180); }
td.TdClassName
{
border-color: #DDDCB4;
}
.TagClassName
{
border-color: #DDDCB4;
}
</style>