Shades of Tusk #DDDCB0
Tints of Tusk #DDDCB0
RGB
CMYK
RGB Variations
Color information
#DDDCB0 (or 0xDDDCB0) is known color: Tusk. HEX triplet: DD, DC and B0. RGB value is (221,220,176). Sum of RGB (Red+Green+Blue) = 221+220+176=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCB0 is #22234F. Grayscale: #D7D7D7. Windows color (decimal): -2237264 or 11590877. OLE color: 11590877.
HSL color Cylindrical-coordinate representation of color #DDDCB0: hue angle of 58.67º 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 #DDDCB0 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 176 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.13 |
| HSL | 58.67º | 0.4% | 0.78% | - |
| HSV(B) | 58.67º | 0.2% | 0.87% | - |
| XYZ | 63.25 | 69.69 | 51.19 | - |
| YUV | 215.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 176 | 0 | 0.00 | 0.20 | 0.13 | 58.67 | 0.4 | 0.78 |
| Hex | DD | DC | B0 | 0 | 0 | 14 | D | 3B | 28 | 4E |
| Octal | 335 | 334 | 260 | 0 | 0 | 24 | 15 | 73 | 50 | 116 |
| Binary | 11011101 | 11011100 | 10110000 | 0 | 0 | 10100 | 1101 | 111011 | 101000 | 1001110 |
Color Harmonies of #DDDCB0
Complementary color
Monochromatic Colors of #DDDCB0
Black with #DDDCB0
Text Example
Text Example
White with #DDDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCB0; }
p { color: rgb(221,220,176); }
H1.HeaderClassName
{
color: #DDDCB0;
}
.AnyTagClassName
{
color: #DDDCB0;
}
</style>
background-color css
<style>
a { background-color: #DDDCB0; }
a { background-color: rgb(221,220,176); }
div.DivClassName
{
background-color: #DDDCB0;
}
.BgClassName
{
background-color: #DDDCB0;
}
</style>
border-color css
<style>
span { border-color: #DDDCB0; }
span { border-color: rgb(221,220,176); }
td.TdClassName
{
border-color: #DDDCB0;
}
.TagClassName
{
border-color: #DDDCB0;
}
</style>