Shades of Tusk #DCECB4
Tints of Tusk #DCECB4
RGB
CMYK
RGB Variations
Color information
#DCECB4 (or 0xDCECB4) is known color: Tusk. HEX triplet: DC, EC and B4. RGB value is (220,236,180). Sum of RGB (Red+Green+Blue) = 220+236+180=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECB4 is #23134B. Grayscale: #E1E1E1. Windows color (decimal): -2298700 or 11857116. OLE color: 11857116.
HSL color Cylindrical-coordinate representation of color #DCECB4: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCECB4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 180 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 77.14º | 0.6% | 0.82% | - |
| HSV(B) | 77.14º | 0.24% | 0.93% | - |
| XYZ | 67.75 | 78.5 | 54.76 | - |
| YUV | 224.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 180 | 0.07 | 0 | 0.24 | 0.07 | 77.14 | 0.6 | 0.82 |
| Hex | DC | EC | B4 | 7 | 0 | 18 | 7 | 4D | 3C | 52 |
| Octal | 334 | 354 | 264 | 7 | 0 | 30 | 7 | 115 | 74 | 122 |
| Binary | 11011100 | 11101100 | 10110100 | 111 | 0 | 11000 | 111 | 1001101 | 111100 | 1010010 |
Color Harmonies of #DCECB4
Complementary color
Monochromatic Colors of #DCECB4
Black with #DCECB4
Text Example
Text Example
White with #DCECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECB4; }
p { color: rgb(220,236,180); }
H1.HeaderClassName
{
color: #DCECB4;
}
.AnyTagClassName
{
color: #DCECB4;
}
</style>
background-color css
<style>
a { background-color: #DCECB4; }
a { background-color: rgb(220,236,180); }
div.DivClassName
{
background-color: #DCECB4;
}
.BgClassName
{
background-color: #DCECB4;
}
</style>
border-color css
<style>
span { border-color: #DCECB4; }
span { border-color: rgb(220,236,180); }
td.TdClassName
{
border-color: #DCECB4;
}
.TagClassName
{
border-color: #DCECB4;
}
</style>