Shades of Tusk #DCE59F
Tints of Tusk #DCE59F
RGB
CMYK
RGB Variations
Color information
#DCE59F (or 0xDCE59F) is known color: Tusk. HEX triplet: DC, E5 and 9F. RGB value is (220,229,159). Sum of RGB (Red+Green+Blue) = 220+229+159=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE59F is #231A60. Grayscale: #DADADA. Windows color (decimal): -2300513 or 10479068. OLE color: 10479068.
HSL color Cylindrical-coordinate representation of color #DCE59F: hue angle of 67.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE59F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 159 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.10 |
| HSL | 67.71º | 0.57% | 0.76% | - |
| HSV(B) | 67.71º | 0.31% | 0.9% | - |
| XYZ | 63.79 | 73.76 | 43.68 | - |
| YUV | 218.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 159 | 0.04 | 0 | 0.31 | 0.10 | 67.71 | 0.57 | 0.76 |
| Hex | DC | E5 | 9F | 4 | 0 | 1F | A | 44 | 39 | 4C |
| Octal | 334 | 345 | 237 | 4 | 0 | 37 | 12 | 104 | 71 | 114 |
| Binary | 11011100 | 11100101 | 10011111 | 100 | 0 | 11111 | 1010 | 1000100 | 111001 | 1001100 |
Color Harmonies of #DCE59F
Complementary color
Monochromatic Colors of #DCE59F
Black with #DCE59F
Text Example
Text Example
White with #DCE59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE59F; }
p { color: rgb(220,229,159); }
H1.HeaderClassName
{
color: #DCE59F;
}
.AnyTagClassName
{
color: #DCE59F;
}
</style>
background-color css
<style>
a { background-color: #DCE59F; }
a { background-color: rgb(220,229,159); }
div.DivClassName
{
background-color: #DCE59F;
}
.BgClassName
{
background-color: #DCE59F;
}
</style>
border-color css
<style>
span { border-color: #DCE59F; }
span { border-color: rgb(220,229,159); }
td.TdClassName
{
border-color: #DCE59F;
}
.TagClassName
{
border-color: #DCE59F;
}
</style>