Shades of Tusk #DCDEB2
Tints of Tusk #DCDEB2
RGB
CMYK
RGB Variations
Color information
#DCDEB2 (or 0xDCDEB2) is known color: Tusk. HEX triplet: DC, DE and B2. RGB value is (220,222,178). Sum of RGB (Red+Green+Blue) = 220+222+178=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEB2 is #23214D. Grayscale: #D8D8D8. Windows color (decimal): -2302286 or 11722460. OLE color: 11722460.
HSL color Cylindrical-coordinate representation of color #DCDEB2: hue angle of 62.73º degrees, saturation: 0.4, 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 #DCDEB2 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 178 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.13 |
| HSL | 62.73º | 0.4% | 0.78% | - |
| HSV(B) | 62.73º | 0.2% | 0.87% | - |
| XYZ | 63.67 | 70.67 | 52.4 | - |
| YUV | 216.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 178 | 0.01 | 0 | 0.20 | 0.13 | 62.73 | 0.4 | 0.78 |
| Hex | DC | DE | B2 | 1 | 0 | 14 | D | 3F | 28 | 4E |
| Octal | 334 | 336 | 262 | 1 | 0 | 24 | 15 | 77 | 50 | 116 |
| Binary | 11011100 | 11011110 | 10110010 | 1 | 0 | 10100 | 1101 | 111111 | 101000 | 1001110 |
Color Harmonies of #DCDEB2
Complementary color
Monochromatic Colors of #DCDEB2
Black with #DCDEB2
Text Example
Text Example
White with #DCDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEB2; }
p { color: rgb(220,222,178); }
H1.HeaderClassName
{
color: #DCDEB2;
}
.AnyTagClassName
{
color: #DCDEB2;
}
</style>
background-color css
<style>
a { background-color: #DCDEB2; }
a { background-color: rgb(220,222,178); }
div.DivClassName
{
background-color: #DCDEB2;
}
.BgClassName
{
background-color: #DCDEB2;
}
</style>
border-color css
<style>
span { border-color: #DCDEB2; }
span { border-color: rgb(220,222,178); }
td.TdClassName
{
border-color: #DCDEB2;
}
.TagClassName
{
border-color: #DCDEB2;
}
</style>