Shades of Tusk #DCE3B2
Tints of Tusk #DCE3B2
RGB
CMYK
RGB Variations
Color information
#DCE3B2 (or 0xDCE3B2) is known color: Tusk. HEX triplet: DC, E3 and B2. RGB value is (220,227,178). Sum of RGB (Red+Green+Blue) = 220+227+178=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3B2 is #231C4D. Grayscale: #DBDBDB. Windows color (decimal): -2301006 or 11723740. OLE color: 11723740.
HSL color Cylindrical-coordinate representation of color #DCE3B2: hue angle of 68.57º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCE3B2 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 178 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.11 |
| HSL | 68.57º | 0.47% | 0.79% | - |
| HSV(B) | 68.57º | 0.22% | 0.89% | - |
| XYZ | 65.02 | 73.37 | 52.85 | - |
| YUV | 219.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 178 | 0.03 | 0 | 0.22 | 0.11 | 68.57 | 0.47 | 0.79 |
| Hex | DC | E3 | B2 | 3 | 0 | 16 | B | 45 | 2F | 4F |
| Octal | 334 | 343 | 262 | 3 | 0 | 26 | 13 | 105 | 57 | 117 |
| Binary | 11011100 | 11100011 | 10110010 | 11 | 0 | 10110 | 1011 | 1000101 | 101111 | 1001111 |
Color Harmonies of #DCE3B2
Complementary color
Monochromatic Colors of #DCE3B2
Black with #DCE3B2
Text Example
Text Example
White with #DCE3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3B2; }
p { color: rgb(220,227,178); }
H1.HeaderClassName
{
color: #DCE3B2;
}
.AnyTagClassName
{
color: #DCE3B2;
}
</style>
background-color css
<style>
a { background-color: #DCE3B2; }
a { background-color: rgb(220,227,178); }
div.DivClassName
{
background-color: #DCE3B2;
}
.BgClassName
{
background-color: #DCE3B2;
}
</style>
border-color css
<style>
span { border-color: #DCE3B2; }
span { border-color: rgb(220,227,178); }
td.TdClassName
{
border-color: #DCE3B2;
}
.TagClassName
{
border-color: #DCE3B2;
}
</style>