Shades of Tusk #DCE49D
Tints of Tusk #DCE49D
RGB
CMYK
RGB Variations
Color information
#DCE49D (or 0xDCE49D) is known color: Tusk. HEX triplet: DC, E4 and 9D. RGB value is (220,228,157). Sum of RGB (Red+Green+Blue) = 220+228+157=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49D is #231B62. Grayscale: #D9D9D9. Windows color (decimal): -2300771 or 10347740. OLE color: 10347740.
HSL color Cylindrical-coordinate representation of color #DCE49D: hue angle of 66.76º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE49D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 66.76º | 0.57% | 0.75% | - |
| HSV(B) | 66.76º | 0.31% | 0.89% | - |
| XYZ | 63.34 | 73.14 | 42.68 | - |
| YUV | 217.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 157 | 0.04 | 0 | 0.31 | 0.11 | 66.76 | 0.57 | 0.75 |
| Hex | DC | E4 | 9D | 4 | 0 | 1F | B | 43 | 39 | 4B |
| Octal | 334 | 344 | 235 | 4 | 0 | 37 | 13 | 103 | 71 | 113 |
| Binary | 11011100 | 11100100 | 10011101 | 100 | 0 | 11111 | 1011 | 1000011 | 111001 | 1001011 |
Color Harmonies of #DCE49D
Complementary color
Monochromatic Colors of #DCE49D
Black with #DCE49D
Text Example
Text Example
White with #DCE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE49D; }
p { color: rgb(220,228,157); }
H1.HeaderClassName
{
color: #DCE49D;
}
.AnyTagClassName
{
color: #DCE49D;
}
</style>
background-color css
<style>
a { background-color: #DCE49D; }
a { background-color: rgb(220,228,157); }
div.DivClassName
{
background-color: #DCE49D;
}
.BgClassName
{
background-color: #DCE49D;
}
</style>
border-color css
<style>
span { border-color: #DCE49D; }
span { border-color: rgb(220,228,157); }
td.TdClassName
{
border-color: #DCE49D;
}
.TagClassName
{
border-color: #DCE49D;
}
</style>