Shades of Tusk #DCE6AC
Tints of Tusk #DCE6AC
RGB
CMYK
RGB Variations
Color information
#DCE6AC (or 0xDCE6AC) is known color: Tusk. HEX triplet: DC, E6 and AC. RGB value is (220,230,172). Sum of RGB (Red+Green+Blue) = 220+230+172=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6AC is #231953. Grayscale: #DCDCDC. Windows color (decimal): -2300244 or 11331292. OLE color: 11331292.
HSL color Cylindrical-coordinate representation of color #DCE6AC: hue angle of 70.34º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE6AC is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 172 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.10 |
| HSL | 70.34º | 0.54% | 0.79% | - |
| HSV(B) | 70.34º | 0.25% | 0.9% | - |
| XYZ | 65.26 | 74.79 | 50.03 | - |
| YUV | 220.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 172 | 0.04 | 0 | 0.25 | 0.10 | 70.34 | 0.54 | 0.79 |
| Hex | DC | E6 | AC | 4 | 0 | 19 | A | 46 | 36 | 4F |
| Octal | 334 | 346 | 254 | 4 | 0 | 31 | 12 | 106 | 66 | 117 |
| Binary | 11011100 | 11100110 | 10101100 | 100 | 0 | 11001 | 1010 | 1000110 | 110110 | 1001111 |
Color Harmonies of #DCE6AC
Complementary color
Monochromatic Colors of #DCE6AC
Black with #DCE6AC
Text Example
Text Example
White with #DCE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6AC; }
p { color: rgb(220,230,172); }
H1.HeaderClassName
{
color: #DCE6AC;
}
.AnyTagClassName
{
color: #DCE6AC;
}
</style>
background-color css
<style>
a { background-color: #DCE6AC; }
a { background-color: rgb(220,230,172); }
div.DivClassName
{
background-color: #DCE6AC;
}
.BgClassName
{
background-color: #DCE6AC;
}
</style>
border-color css
<style>
span { border-color: #DCE6AC; }
span { border-color: rgb(220,230,172); }
td.TdClassName
{
border-color: #DCE6AC;
}
.TagClassName
{
border-color: #DCE6AC;
}
</style>