Shades of Tusk #DCDEB6
Tints of Tusk #DCDEB6
RGB
CMYK
RGB Variations
Color information
#DCDEB6 (or 0xDCDEB6) is known color: Tusk. HEX triplet: DC, DE and B6. RGB value is (220,222,182). Sum of RGB (Red+Green+Blue) = 220+222+182=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEB6 is #232149. Grayscale: #D9D9D9. Windows color (decimal): -2302282 or 11984604. OLE color: 11984604.
HSL color Cylindrical-coordinate representation of color #DCDEB6: hue angle of 63º degrees, saturation: 0.38, 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 #DCDEB6 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 182 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.13 |
| HSL | 63º | 0.38% | 0.79% | - |
| HSV(B) | 63º | 0.18% | 0.87% | - |
| XYZ | 64.08 | 70.84 | 54.55 | - |
| YUV | 216.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 182 | 0.01 | 0 | 0.18 | 0.13 | 63 | 0.38 | 0.79 |
| Hex | DC | DE | B6 | 1 | 0 | 12 | D | 3F | 26 | 4F |
| Octal | 334 | 336 | 266 | 1 | 0 | 22 | 15 | 77 | 46 | 117 |
| Binary | 11011100 | 11011110 | 10110110 | 1 | 0 | 10010 | 1101 | 111111 | 100110 | 1001111 |
Color Harmonies of #DCDEB6
Complementary color
Monochromatic Colors of #DCDEB6
Black with #DCDEB6
Text Example
Text Example
White with #DCDEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEB6; }
p { color: rgb(220,222,182); }
H1.HeaderClassName
{
color: #DCDEB6;
}
.AnyTagClassName
{
color: #DCDEB6;
}
</style>
background-color css
<style>
a { background-color: #DCDEB6; }
a { background-color: rgb(220,222,182); }
div.DivClassName
{
background-color: #DCDEB6;
}
.BgClassName
{
background-color: #DCDEB6;
}
</style>
border-color css
<style>
span { border-color: #DCDEB6; }
span { border-color: rgb(220,222,182); }
td.TdClassName
{
border-color: #DCDEB6;
}
.TagClassName
{
border-color: #DCDEB6;
}
</style>