Shades of Tusk #DCDDB5
Tints of Tusk #DCDDB5
RGB
CMYK
RGB Variations
Color information
#DCDDB5 (or 0xDCDDB5) is known color: Tusk. HEX triplet: DC, DD and B5. RGB value is (220,221,181). Sum of RGB (Red+Green+Blue) = 220+221+181=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDB5 is #23224A. Grayscale: #D8D8D8. Windows color (decimal): -2302539 or 11918812. OLE color: 11918812.
HSL color Cylindrical-coordinate representation of color #DCDDB5: hue angle of 61.5º degrees, saturation: 0.37, 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 #DCDDB5 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 181 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.13 |
| HSL | 61.5º | 0.37% | 0.79% | - |
| HSV(B) | 61.5º | 0.18% | 0.87% | - |
| XYZ | 63.71 | 70.26 | 53.92 | - |
| YUV | 216.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 181 | 0.00 | 0 | 0.18 | 0.13 | 61.5 | 0.37 | 0.79 |
| Hex | DC | DD | B5 | 0 | 0 | 12 | D | 3E | 25 | 4F |
| Octal | 334 | 335 | 265 | 0 | 0 | 22 | 15 | 76 | 45 | 117 |
| Binary | 11011100 | 11011101 | 10110101 | 0 | 0 | 10010 | 1101 | 111110 | 100101 | 1001111 |
Color Harmonies of #DCDDB5
Complementary color
Monochromatic Colors of #DCDDB5
Black with #DCDDB5
Text Example
Text Example
White with #DCDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDB5; }
p { color: rgb(220,221,181); }
H1.HeaderClassName
{
color: #DCDDB5;
}
.AnyTagClassName
{
color: #DCDDB5;
}
</style>
background-color css
<style>
a { background-color: #DCDDB5; }
a { background-color: rgb(220,221,181); }
div.DivClassName
{
background-color: #DCDDB5;
}
.BgClassName
{
background-color: #DCDDB5;
}
</style>
border-color css
<style>
span { border-color: #DCDDB5; }
span { border-color: rgb(220,221,181); }
td.TdClassName
{
border-color: #DCDDB5;
}
.TagClassName
{
border-color: #DCDDB5;
}
</style>