Shades of Tusk #DCE6AA
Tints of Tusk #DCE6AA
RGB
CMYK
RGB Variations
Color information
#DCE6AA (or 0xDCE6AA) is known color: Tusk. HEX triplet: DC, E6 and AA. RGB value is (220,230,170). Sum of RGB (Red+Green+Blue) = 220+230+170=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6AA is #231955. Grayscale: #DCDCDC. Windows color (decimal): -2300246 or 11200220. OLE color: 11200220.
HSL color Cylindrical-coordinate representation of color #DCE6AA: hue angle of 70º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCE6AA is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 170 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.10 |
| HSL | 70º | 0.55% | 0.78% | - |
| HSV(B) | 70º | 0.26% | 0.9% | - |
| XYZ | 65.07 | 74.71 | 49.02 | - |
| YUV | 220.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 170 | 0.04 | 0 | 0.26 | 0.10 | 70 | 0.55 | 0.78 |
| Hex | DC | E6 | AA | 4 | 0 | 1A | A | 46 | 37 | 4E |
| Octal | 334 | 346 | 252 | 4 | 0 | 32 | 12 | 106 | 67 | 116 |
| Binary | 11011100 | 11100110 | 10101010 | 100 | 0 | 11010 | 1010 | 1000110 | 110111 | 1001110 |
Color Harmonies of #DCE6AA
Complementary color
Monochromatic Colors of #DCE6AA
Black with #DCE6AA
Text Example
Text Example
White with #DCE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6AA; }
p { color: rgb(220,230,170); }
H1.HeaderClassName
{
color: #DCE6AA;
}
.AnyTagClassName
{
color: #DCE6AA;
}
</style>
background-color css
<style>
a { background-color: #DCE6AA; }
a { background-color: rgb(220,230,170); }
div.DivClassName
{
background-color: #DCE6AA;
}
.BgClassName
{
background-color: #DCE6AA;
}
</style>
border-color css
<style>
span { border-color: #DCE6AA; }
span { border-color: rgb(220,230,170); }
td.TdClassName
{
border-color: #DCE6AA;
}
.TagClassName
{
border-color: #DCE6AA;
}
</style>