Shades of Tusk #DCE0A0
Tints of Tusk #DCE0A0
RGB
CMYK
RGB Variations
Color information
#DCE0A0 (or 0xDCE0A0) is known color: Tusk. HEX triplet: DC, E0 and A0. RGB value is (220,224,160). Sum of RGB (Red+Green+Blue) = 220+224+160=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE0A0 is #231F5F. Grayscale: #D7D7D7. Windows color (decimal): -2301792 or 10543324. OLE color: 10543324.
HSL color Cylindrical-coordinate representation of color #DCE0A0: hue angle of 63.75º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCE0A0 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 160 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.12 |
| HSL | 63.75º | 0.51% | 0.75% | - |
| HSV(B) | 63.75º | 0.29% | 0.88% | - |
| XYZ | 62.52 | 71.07 | 43.68 | - |
| YUV | 215.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 160 | 0.02 | 0 | 0.29 | 0.12 | 63.75 | 0.51 | 0.75 |
| Hex | DC | E0 | A0 | 2 | 0 | 1D | C | 40 | 33 | 4B |
| Octal | 334 | 340 | 240 | 2 | 0 | 35 | 14 | 100 | 63 | 113 |
| Binary | 11011100 | 11100000 | 10100000 | 10 | 0 | 11101 | 1100 | 1000000 | 110011 | 1001011 |
Color Harmonies of #DCE0A0
Complementary color
Monochromatic Colors of #DCE0A0
Black with #DCE0A0
Text Example
Text Example
White with #DCE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0A0; }
p { color: rgb(220,224,160); }
H1.HeaderClassName
{
color: #DCE0A0;
}
.AnyTagClassName
{
color: #DCE0A0;
}
</style>
background-color css
<style>
a { background-color: #DCE0A0; }
a { background-color: rgb(220,224,160); }
div.DivClassName
{
background-color: #DCE0A0;
}
.BgClassName
{
background-color: #DCE0A0;
}
</style>
border-color css
<style>
span { border-color: #DCE0A0; }
span { border-color: rgb(220,224,160); }
td.TdClassName
{
border-color: #DCE0A0;
}
.TagClassName
{
border-color: #DCE0A0;
}
</style>