Shades of Tusk #DCE8AC
Tints of Tusk #DCE8AC
RGB
CMYK
RGB Variations
Color information
#DCE8AC (or 0xDCE8AC) is known color: Tusk. HEX triplet: DC, E8 and AC. RGB value is (220,232,172). Sum of RGB (Red+Green+Blue) = 220+232+172=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8AC is #231753. Grayscale: #DDDDDD. Windows color (decimal): -2299732 or 11331804. OLE color: 11331804.
HSL color Cylindrical-coordinate representation of color #DCE8AC: hue angle of 72º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCE8AC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 172 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.09 |
| HSL | 72º | 0.57% | 0.79% | - |
| HSV(B) | 72º | 0.26% | 0.91% | - |
| XYZ | 65.82 | 75.91 | 50.21 | - |
| YUV | 221.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 172 | 0.05 | 0 | 0.26 | 0.09 | 72 | 0.57 | 0.79 |
| Hex | DC | E8 | AC | 5 | 0 | 1A | 9 | 48 | 39 | 4F |
| Octal | 334 | 350 | 254 | 5 | 0 | 32 | 11 | 110 | 71 | 117 |
| Binary | 11011100 | 11101000 | 10101100 | 101 | 0 | 11010 | 1001 | 1001000 | 111001 | 1001111 |
Color Harmonies of #DCE8AC
Complementary color
Monochromatic Colors of #DCE8AC
Black with #DCE8AC
Text Example
Text Example
White with #DCE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8AC; }
p { color: rgb(220,232,172); }
H1.HeaderClassName
{
color: #DCE8AC;
}
.AnyTagClassName
{
color: #DCE8AC;
}
</style>
background-color css
<style>
a { background-color: #DCE8AC; }
a { background-color: rgb(220,232,172); }
div.DivClassName
{
background-color: #DCE8AC;
}
.BgClassName
{
background-color: #DCE8AC;
}
</style>
border-color css
<style>
span { border-color: #DCE8AC; }
span { border-color: rgb(220,232,172); }
td.TdClassName
{
border-color: #DCE8AC;
}
.TagClassName
{
border-color: #DCE8AC;
}
</style>