Shades of Tusk #DCDDB6
Tints of Tusk #DCDDB6
RGB
CMYK
RGB Variations
Color information
#DCDDB6 (or 0xDCDDB6) is known color: Tusk. HEX triplet: DC, DD and B6. RGB value is (220,221,182). Sum of RGB (Red+Green+Blue) = 220+221+182=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDB6 is #232249. Grayscale: #D8D8D8. Windows color (decimal): -2302538 or 11984348. OLE color: 11984348.
HSL color Cylindrical-coordinate representation of color #DCDDB6: hue angle of 61.54º degrees, saturation: 0.36, 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 #DCDDB6 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 182 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.13 |
| HSL | 61.54º | 0.36% | 0.79% | - |
| HSV(B) | 61.54º | 0.18% | 0.87% | - |
| XYZ | 63.82 | 70.31 | 54.46 | - |
| YUV | 216.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 182 | 0.00 | 0 | 0.18 | 0.13 | 61.54 | 0.36 | 0.79 |
| Hex | DC | DD | B6 | 0 | 0 | 12 | D | 3E | 24 | 4F |
| Octal | 334 | 335 | 266 | 0 | 0 | 22 | 15 | 76 | 44 | 117 |
| Binary | 11011100 | 11011101 | 10110110 | 0 | 0 | 10010 | 1101 | 111110 | 100100 | 1001111 |
Color Harmonies of #DCDDB6
Complementary color
Monochromatic Colors of #DCDDB6
Black with #DCDDB6
Text Example
Text Example
White with #DCDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDB6; }
p { color: rgb(220,221,182); }
H1.HeaderClassName
{
color: #DCDDB6;
}
.AnyTagClassName
{
color: #DCDDB6;
}
</style>
background-color css
<style>
a { background-color: #DCDDB6; }
a { background-color: rgb(220,221,182); }
div.DivClassName
{
background-color: #DCDDB6;
}
.BgClassName
{
background-color: #DCDDB6;
}
</style>
border-color css
<style>
span { border-color: #DCDDB6; }
span { border-color: rgb(220,221,182); }
td.TdClassName
{
border-color: #DCDDB6;
}
.TagClassName
{
border-color: #DCDDB6;
}
</style>