Shades of Tusk #DCE3A4
Tints of Tusk #DCE3A4
RGB
CMYK
RGB Variations
Color information
#DCE3A4 (or 0xDCE3A4) is known color: Tusk. HEX triplet: DC, E3 and A4. RGB value is (220,227,164). Sum of RGB (Red+Green+Blue) = 220+227+164=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3A4 is #231C5B. Grayscale: #D9D9D9. Windows color (decimal): -2301020 or 10806236. OLE color: 10806236.
HSL color Cylindrical-coordinate representation of color #DCE3A4: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCE3A4 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 164 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.11 |
| HSL | 66.67º | 0.53% | 0.77% | - |
| HSV(B) | 66.67º | 0.28% | 0.89% | - |
| XYZ | 63.69 | 72.83 | 45.82 | - |
| YUV | 217.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 164 | 0.03 | 0 | 0.28 | 0.11 | 66.67 | 0.53 | 0.77 |
| Hex | DC | E3 | A4 | 3 | 0 | 1C | B | 43 | 35 | 4D |
| Octal | 334 | 343 | 244 | 3 | 0 | 34 | 13 | 103 | 65 | 115 |
| Binary | 11011100 | 11100011 | 10100100 | 11 | 0 | 11100 | 1011 | 1000011 | 110101 | 1001101 |
Color Harmonies of #DCE3A4
Complementary color
Monochromatic Colors of #DCE3A4
Black with #DCE3A4
Text Example
Text Example
White with #DCE3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3A4; }
p { color: rgb(220,227,164); }
H1.HeaderClassName
{
color: #DCE3A4;
}
.AnyTagClassName
{
color: #DCE3A4;
}
</style>
background-color css
<style>
a { background-color: #DCE3A4; }
a { background-color: rgb(220,227,164); }
div.DivClassName
{
background-color: #DCE3A4;
}
.BgClassName
{
background-color: #DCE3A4;
}
</style>
border-color css
<style>
span { border-color: #DCE3A4; }
span { border-color: rgb(220,227,164); }
td.TdClassName
{
border-color: #DCE3A4;
}
.TagClassName
{
border-color: #DCE3A4;
}
</style>