Shades of Tusk #DCE1AC
Tints of Tusk #DCE1AC
RGB
CMYK
RGB Variations
Color information
#DCE1AC (or 0xDCE1AC) is known color: Tusk. HEX triplet: DC, E1 and AC. RGB value is (220,225,172). Sum of RGB (Red+Green+Blue) = 220+225+172=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1AC is #231E53. Grayscale: #D9D9D9. Windows color (decimal): -2301524 or 11330012. OLE color: 11330012.
HSL color Cylindrical-coordinate representation of color #DCE1AC: hue angle of 65.66º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCE1AC is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 172 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.12 |
| HSL | 65.66º | 0.47% | 0.78% | - |
| HSV(B) | 65.66º | 0.24% | 0.88% | - |
| XYZ | 63.89 | 72.04 | 49.57 | - |
| YUV | 217.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 172 | 0.02 | 0 | 0.24 | 0.12 | 65.66 | 0.47 | 0.78 |
| Hex | DC | E1 | AC | 2 | 0 | 18 | C | 42 | 2F | 4E |
| Octal | 334 | 341 | 254 | 2 | 0 | 30 | 14 | 102 | 57 | 116 |
| Binary | 11011100 | 11100001 | 10101100 | 10 | 0 | 11000 | 1100 | 1000010 | 101111 | 1001110 |
Color Harmonies of #DCE1AC
Complementary color
Monochromatic Colors of #DCE1AC
Black with #DCE1AC
Text Example
Text Example
White with #DCE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1AC; }
p { color: rgb(220,225,172); }
H1.HeaderClassName
{
color: #DCE1AC;
}
.AnyTagClassName
{
color: #DCE1AC;
}
</style>
background-color css
<style>
a { background-color: #DCE1AC; }
a { background-color: rgb(220,225,172); }
div.DivClassName
{
background-color: #DCE1AC;
}
.BgClassName
{
background-color: #DCE1AC;
}
</style>
border-color css
<style>
span { border-color: #DCE1AC; }
span { border-color: rgb(220,225,172); }
td.TdClassName
{
border-color: #DCE1AC;
}
.TagClassName
{
border-color: #DCE1AC;
}
</style>