Shades of Tusk #DCECB1
Tints of Tusk #DCECB1
RGB
CMYK
RGB Variations
Color information
#DCECB1 (or 0xDCECB1) is known color: Tusk. HEX triplet: DC, EC and B1. RGB value is (220,236,177). Sum of RGB (Red+Green+Blue) = 220+236+177=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECB1 is #23134E. Grayscale: #E0E0E0. Windows color (decimal): -2298703 or 11660508. OLE color: 11660508.
HSL color Cylindrical-coordinate representation of color #DCECB1: hue angle of 76.27º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCECB1 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 177 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 76.27º | 0.61% | 0.81% | - |
| HSV(B) | 76.27º | 0.25% | 0.93% | - |
| XYZ | 67.45 | 78.38 | 53.17 | - |
| YUV | 224.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 177 | 0.07 | 0 | 0.25 | 0.07 | 76.27 | 0.61 | 0.81 |
| Hex | DC | EC | B1 | 7 | 0 | 19 | 7 | 4C | 3D | 51 |
| Octal | 334 | 354 | 261 | 7 | 0 | 31 | 7 | 114 | 75 | 121 |
| Binary | 11011100 | 11101100 | 10110001 | 111 | 0 | 11001 | 111 | 1001100 | 111101 | 1010001 |
Color Harmonies of #DCECB1
Complementary color
Monochromatic Colors of #DCECB1
Black with #DCECB1
Text Example
Text Example
White with #DCECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECB1; }
p { color: rgb(220,236,177); }
H1.HeaderClassName
{
color: #DCECB1;
}
.AnyTagClassName
{
color: #DCECB1;
}
</style>
background-color css
<style>
a { background-color: #DCECB1; }
a { background-color: rgb(220,236,177); }
div.DivClassName
{
background-color: #DCECB1;
}
.BgClassName
{
background-color: #DCECB1;
}
</style>
border-color css
<style>
span { border-color: #DCECB1; }
span { border-color: rgb(220,236,177); }
td.TdClassName
{
border-color: #DCECB1;
}
.TagClassName
{
border-color: #DCECB1;
}
</style>