Shades of Tusk #DCDEB9
Tints of Tusk #DCDEB9
RGB
CMYK
RGB Variations
Color information
#DCDEB9 (or 0xDCDEB9) is known color: Tusk. HEX triplet: DC, DE and B9. RGB value is (220,222,185). Sum of RGB (Red+Green+Blue) = 220+222+185=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEB9 is #232146. Grayscale: #D9D9D9. Windows color (decimal): -2302279 or 12181212. OLE color: 12181212.
HSL color Cylindrical-coordinate representation of color #DCDEB9: hue angle of 63.24º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCDEB9 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 185 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.13 |
| HSL | 63.24º | 0.36% | 0.8% | - |
| HSV(B) | 63.24º | 0.17% | 0.87% | - |
| XYZ | 64.39 | 70.96 | 56.2 | - |
| YUV | 217.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 185 | 0.01 | 0 | 0.17 | 0.13 | 63.24 | 0.36 | 0.8 |
| Hex | DC | DE | B9 | 1 | 0 | 11 | D | 3F | 24 | 50 |
| Octal | 334 | 336 | 271 | 1 | 0 | 21 | 15 | 77 | 44 | 120 |
| Binary | 11011100 | 11011110 | 10111001 | 1 | 0 | 10001 | 1101 | 111111 | 100100 | 1010000 |
Color Harmonies of #DCDEB9
Complementary color
Monochromatic Colors of #DCDEB9
Black with #DCDEB9
Text Example
Text Example
White with #DCDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEB9; }
p { color: rgb(220,222,185); }
H1.HeaderClassName
{
color: #DCDEB9;
}
.AnyTagClassName
{
color: #DCDEB9;
}
</style>
background-color css
<style>
a { background-color: #DCDEB9; }
a { background-color: rgb(220,222,185); }
div.DivClassName
{
background-color: #DCDEB9;
}
.BgClassName
{
background-color: #DCDEB9;
}
</style>
border-color css
<style>
span { border-color: #DCDEB9; }
span { border-color: rgb(220,222,185); }
td.TdClassName
{
border-color: #DCDEB9;
}
.TagClassName
{
border-color: #DCDEB9;
}
</style>