Shades of Tusk #DCEAA8
Tints of Tusk #DCEAA8
RGB
CMYK
RGB Variations
Color information
#DCEAA8 (or 0xDCEAA8) is known color: Tusk. HEX triplet: DC, EA and A8. RGB value is (220,234,168). Sum of RGB (Red+Green+Blue) = 220+234+168=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAA8 is #231557. Grayscale: #DEDEDE. Windows color (decimal): -2299224 or 11070172. OLE color: 11070172.
HSL color Cylindrical-coordinate representation of color #DCEAA8: hue angle of 72.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 168 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.08 |
| HSL | 72.73º | 0.61% | 0.79% | - |
| HSV(B) | 72.73º | 0.28% | 0.92% | - |
| XYZ | 66.01 | 76.89 | 48.41 | - |
| YUV | 222.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 168 | 0.06 | 0 | 0.28 | 0.08 | 72.73 | 0.61 | 0.79 |
| Hex | DC | EA | A8 | 6 | 0 | 1C | 8 | 49 | 3D | 4F |
| Octal | 334 | 352 | 250 | 6 | 0 | 34 | 10 | 111 | 75 | 117 |
| Binary | 11011100 | 11101010 | 10101000 | 110 | 0 | 11100 | 1000 | 1001001 | 111101 | 1001111 |
Color Harmonies of #DCEAA8
Complementary color
Monochromatic Colors of #DCEAA8
Black with #DCEAA8
Text Example
Text Example
White with #DCEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAA8; }
p { color: rgb(220,234,168); }
H1.HeaderClassName
{
color: #DCEAA8;
}
.AnyTagClassName
{
color: #DCEAA8;
}
</style>
background-color css
<style>
a { background-color: #DCEAA8; }
a { background-color: rgb(220,234,168); }
div.DivClassName
{
background-color: #DCEAA8;
}
.BgClassName
{
background-color: #DCEAA8;
}
</style>
border-color css
<style>
span { border-color: #DCEAA8; }
span { border-color: rgb(220,234,168); }
td.TdClassName
{
border-color: #DCEAA8;
}
.TagClassName
{
border-color: #DCEAA8;
}
</style>