Shades of Tusk #DCE49C
Tints of Tusk #DCE49C
RGB
CMYK
RGB Variations
Color information
#DCE49C (or 0xDCE49C) is known color: Tusk. HEX triplet: DC, E4 and 9C. RGB value is (220,228,156). Sum of RGB (Red+Green+Blue) = 220+228+156=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49C is #231B63. Grayscale: #D9D9D9. Windows color (decimal): -2300772 or 10282204. OLE color: 10282204.
HSL color Cylindrical-coordinate representation of color #DCE49C: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE49C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 156 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 66.67º | 0.57% | 0.75% | - |
| HSV(B) | 66.67º | 0.32% | 0.89% | - |
| XYZ | 63.26 | 73.1 | 42.23 | - |
| YUV | 217.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 156 | 0.04 | 0 | 0.32 | 0.11 | 66.67 | 0.57 | 0.75 |
| Hex | DC | E4 | 9C | 4 | 0 | 20 | B | 43 | 39 | 4B |
| Octal | 334 | 344 | 234 | 4 | 0 | 40 | 13 | 103 | 71 | 113 |
| Binary | 11011100 | 11100100 | 10011100 | 100 | 0 | 100000 | 1011 | 1000011 | 111001 | 1001011 |
Color Harmonies of #DCE49C
Complementary color
Monochromatic Colors of #DCE49C
Black with #DCE49C
Text Example
Text Example
White with #DCE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE49C; }
p { color: rgb(220,228,156); }
H1.HeaderClassName
{
color: #DCE49C;
}
.AnyTagClassName
{
color: #DCE49C;
}
</style>
background-color css
<style>
a { background-color: #DCE49C; }
a { background-color: rgb(220,228,156); }
div.DivClassName
{
background-color: #DCE49C;
}
.BgClassName
{
background-color: #DCE49C;
}
</style>
border-color css
<style>
span { border-color: #DCE49C; }
span { border-color: rgb(220,228,156); }
td.TdClassName
{
border-color: #DCE49C;
}
.TagClassName
{
border-color: #DCE49C;
}
</style>