Shades of Tusk #DCE0B2
Tints of Tusk #DCE0B2
RGB
CMYK
RGB Variations
Color information
#DCE0B2 (or 0xDCE0B2) is known color: Tusk. HEX triplet: DC, E0 and B2. RGB value is (220,224,178). Sum of RGB (Red+Green+Blue) = 220+224+178=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE0B2 is #231F4D. Grayscale: #D9D9D9. Windows color (decimal): -2301774 or 11722972. OLE color: 11722972.
HSL color Cylindrical-coordinate representation of color #DCE0B2: hue angle of 65.22º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCE0B2 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 178 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.12 |
| HSL | 65.22º | 0.43% | 0.79% | - |
| HSV(B) | 65.22º | 0.21% | 0.88% | - |
| XYZ | 64.21 | 71.74 | 52.58 | - |
| YUV | 217.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 178 | 0.02 | 0 | 0.21 | 0.12 | 65.22 | 0.43 | 0.79 |
| Hex | DC | E0 | B2 | 2 | 0 | 15 | C | 41 | 2B | 4F |
| Octal | 334 | 340 | 262 | 2 | 0 | 25 | 14 | 101 | 53 | 117 |
| Binary | 11011100 | 11100000 | 10110010 | 10 | 0 | 10101 | 1100 | 1000001 | 101011 | 1001111 |
Color Harmonies of #DCE0B2
Complementary color
Monochromatic Colors of #DCE0B2
Black with #DCE0B2
Text Example
Text Example
White with #DCE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0B2; }
p { color: rgb(220,224,178); }
H1.HeaderClassName
{
color: #DCE0B2;
}
.AnyTagClassName
{
color: #DCE0B2;
}
</style>
background-color css
<style>
a { background-color: #DCE0B2; }
a { background-color: rgb(220,224,178); }
div.DivClassName
{
background-color: #DCE0B2;
}
.BgClassName
{
background-color: #DCE0B2;
}
</style>
border-color css
<style>
span { border-color: #DCE0B2; }
span { border-color: rgb(220,224,178); }
td.TdClassName
{
border-color: #DCE0B2;
}
.TagClassName
{
border-color: #DCE0B2;
}
</style>