Shades of Tusk #DCE9A3
Tints of Tusk #DCE9A3
RGB
CMYK
RGB Variations
Color information
#DCE9A3 (or 0xDCE9A3) is known color: Tusk. HEX triplet: DC, E9 and A3. RGB value is (220,233,163). Sum of RGB (Red+Green+Blue) = 220+233+163=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9A3 is #23165C. Grayscale: #DDDDDD. Windows color (decimal): -2299485 or 10742236. OLE color: 10742236.
HSL color Cylindrical-coordinate representation of color #DCE9A3: hue angle of 71.14º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE9A3 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 163 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.09 |
| HSL | 71.14º | 0.61% | 0.78% | - |
| HSV(B) | 71.14º | 0.3% | 0.91% | - |
| XYZ | 65.26 | 76.14 | 45.91 | - |
| YUV | 221.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 163 | 0.06 | 0 | 0.30 | 0.09 | 71.14 | 0.61 | 0.78 |
| Hex | DC | E9 | A3 | 6 | 0 | 1E | 9 | 47 | 3D | 4E |
| Octal | 334 | 351 | 243 | 6 | 0 | 36 | 11 | 107 | 75 | 116 |
| Binary | 11011100 | 11101001 | 10100011 | 110 | 0 | 11110 | 1001 | 1000111 | 111101 | 1001110 |
Color Harmonies of #DCE9A3
Complementary color
Monochromatic Colors of #DCE9A3
Black with #DCE9A3
Text Example
Text Example
White with #DCE9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9A3; }
p { color: rgb(220,233,163); }
H1.HeaderClassName
{
color: #DCE9A3;
}
.AnyTagClassName
{
color: #DCE9A3;
}
</style>
background-color css
<style>
a { background-color: #DCE9A3; }
a { background-color: rgb(220,233,163); }
div.DivClassName
{
background-color: #DCE9A3;
}
.BgClassName
{
background-color: #DCE9A3;
}
</style>
border-color css
<style>
span { border-color: #DCE9A3; }
span { border-color: rgb(220,233,163); }
td.TdClassName
{
border-color: #DCE9A3;
}
.TagClassName
{
border-color: #DCE9A3;
}
</style>