Shades of Tusk #DCDEBA
Tints of Tusk #DCDEBA
RGB
CMYK
RGB Variations
Color information
#DCDEBA (or 0xDCDEBA) is known color: Tusk. HEX triplet: DC, DE and BA. RGB value is (220,222,186). Sum of RGB (Red+Green+Blue) = 220+222+186=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEBA is #232145. Grayscale: #D9D9D9. Windows color (decimal): -2302278 or 12246748. OLE color: 12246748.
HSL color Cylindrical-coordinate representation of color #DCDEBA: hue angle of 63.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCDEBA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 186 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.13 |
| HSL | 63.33º | 0.35% | 0.8% | - |
| HSV(B) | 63.33º | 0.16% | 0.87% | - |
| XYZ | 64.5 | 71 | 56.76 | - |
| YUV | 217.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 186 | 0.01 | 0 | 0.16 | 0.13 | 63.33 | 0.35 | 0.8 |
| Hex | DC | DE | BA | 1 | 0 | 10 | D | 3F | 23 | 50 |
| Octal | 334 | 336 | 272 | 1 | 0 | 20 | 15 | 77 | 43 | 120 |
| Binary | 11011100 | 11011110 | 10111010 | 1 | 0 | 10000 | 1101 | 111111 | 100011 | 1010000 |
Color Harmonies of #DCDEBA
Complementary color
Monochromatic Colors of #DCDEBA
Black with #DCDEBA
Text Example
Text Example
White with #DCDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEBA; }
p { color: rgb(220,222,186); }
H1.HeaderClassName
{
color: #DCDEBA;
}
.AnyTagClassName
{
color: #DCDEBA;
}
</style>
background-color css
<style>
a { background-color: #DCDEBA; }
a { background-color: rgb(220,222,186); }
div.DivClassName
{
background-color: #DCDEBA;
}
.BgClassName
{
background-color: #DCDEBA;
}
</style>
border-color css
<style>
span { border-color: #DCDEBA; }
span { border-color: rgb(220,222,186); }
td.TdClassName
{
border-color: #DCDEBA;
}
.TagClassName
{
border-color: #DCDEBA;
}
</style>