Shades of Tusk #DCE5A2
Tints of Tusk #DCE5A2
RGB
CMYK
RGB Variations
Color information
#DCE5A2 (or 0xDCE5A2) is known color: Tusk. HEX triplet: DC, E5 and A2. RGB value is (220,229,162). Sum of RGB (Red+Green+Blue) = 220+229+162=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5A2 is #231A5D. Grayscale: #DADADA. Windows color (decimal): -2300510 or 10675676. OLE color: 10675676.
HSL color Cylindrical-coordinate representation of color #DCE5A2: hue angle of 68.06º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCE5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 162 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.10 |
| HSL | 68.06º | 0.56% | 0.77% | - |
| HSV(B) | 68.06º | 0.29% | 0.9% | - |
| XYZ | 64.06 | 73.86 | 45.06 | - |
| YUV | 218.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 162 | 0.04 | 0 | 0.29 | 0.10 | 68.06 | 0.56 | 0.77 |
| Hex | DC | E5 | A2 | 4 | 0 | 1D | A | 44 | 38 | 4D |
| Octal | 334 | 345 | 242 | 4 | 0 | 35 | 12 | 104 | 70 | 115 |
| Binary | 11011100 | 11100101 | 10100010 | 100 | 0 | 11101 | 1010 | 1000100 | 111000 | 1001101 |
Color Harmonies of #DCE5A2
Complementary color
Monochromatic Colors of #DCE5A2
Black with #DCE5A2
Text Example
Text Example
White with #DCE5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5A2; }
p { color: rgb(220,229,162); }
H1.HeaderClassName
{
color: #DCE5A2;
}
.AnyTagClassName
{
color: #DCE5A2;
}
</style>
background-color css
<style>
a { background-color: #DCE5A2; }
a { background-color: rgb(220,229,162); }
div.DivClassName
{
background-color: #DCE5A2;
}
.BgClassName
{
background-color: #DCE5A2;
}
</style>
border-color css
<style>
span { border-color: #DCE5A2; }
span { border-color: rgb(220,229,162); }
td.TdClassName
{
border-color: #DCE5A2;
}
.TagClassName
{
border-color: #DCE5A2;
}
</style>