Shades of Tusk #DCDEB1
Tints of Tusk #DCDEB1
RGB
CMYK
RGB Variations
Color information
#DCDEB1 (or 0xDCDEB1) is known color: Tusk. HEX triplet: DC, DE and B1. RGB value is (220,222,177). Sum of RGB (Red+Green+Blue) = 220+222+177=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEB1 is #23214E. Grayscale: #D8D8D8. Windows color (decimal): -2302287 or 11656924. OLE color: 11656924.
HSL color Cylindrical-coordinate representation of color #DCDEB1: hue angle of 62.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDEB1 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 177 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.13 |
| HSL | 62.67º | 0.41% | 0.78% | - |
| HSV(B) | 62.67º | 0.2% | 0.87% | - |
| XYZ | 63.57 | 70.63 | 51.88 | - |
| YUV | 216.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 177 | 0.01 | 0 | 0.20 | 0.13 | 62.67 | 0.41 | 0.78 |
| Hex | DC | DE | B1 | 1 | 0 | 14 | D | 3F | 29 | 4E |
| Octal | 334 | 336 | 261 | 1 | 0 | 24 | 15 | 77 | 51 | 116 |
| Binary | 11011100 | 11011110 | 10110001 | 1 | 0 | 10100 | 1101 | 111111 | 101001 | 1001110 |
Color Harmonies of #DCDEB1
Complementary color
Monochromatic Colors of #DCDEB1
Black with #DCDEB1
Text Example
Text Example
White with #DCDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEB1; }
p { color: rgb(220,222,177); }
H1.HeaderClassName
{
color: #DCDEB1;
}
.AnyTagClassName
{
color: #DCDEB1;
}
</style>
background-color css
<style>
a { background-color: #DCDEB1; }
a { background-color: rgb(220,222,177); }
div.DivClassName
{
background-color: #DCDEB1;
}
.BgClassName
{
background-color: #DCDEB1;
}
</style>
border-color css
<style>
span { border-color: #DCDEB1; }
span { border-color: rgb(220,222,177); }
td.TdClassName
{
border-color: #DCDEB1;
}
.TagClassName
{
border-color: #DCDEB1;
}
</style>