Shades of Tusk #DCE59D
Tints of Tusk #DCE59D
RGB
CMYK
RGB Variations
Color information
#DCE59D (or 0xDCE59D) is known color: Tusk. HEX triplet: DC, E5 and 9D. RGB value is (220,229,157). Sum of RGB (Red+Green+Blue) = 220+229+157=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE59D is #231A62. Grayscale: #DADADA. Windows color (decimal): -2300515 or 10347996. OLE color: 10347996.
HSL color Cylindrical-coordinate representation of color #DCE59D: hue angle of 67.5º degrees, saturation: 0.58, 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 #DCE59D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.10 |
| HSL | 67.5º | 0.58% | 0.76% | - |
| HSV(B) | 67.5º | 0.31% | 0.9% | - |
| XYZ | 63.62 | 73.69 | 42.77 | - |
| YUV | 218.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 157 | 0.04 | 0 | 0.31 | 0.10 | 67.5 | 0.58 | 0.76 |
| Hex | DC | E5 | 9D | 4 | 0 | 1F | A | 44 | 3A | 4C |
| Octal | 334 | 345 | 235 | 4 | 0 | 37 | 12 | 104 | 72 | 114 |
| Binary | 11011100 | 11100101 | 10011101 | 100 | 0 | 11111 | 1010 | 1000100 | 111010 | 1001100 |
Color Harmonies of #DCE59D
Complementary color
Monochromatic Colors of #DCE59D
Black with #DCE59D
Text Example
Text Example
White with #DCE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE59D; }
p { color: rgb(220,229,157); }
H1.HeaderClassName
{
color: #DCE59D;
}
.AnyTagClassName
{
color: #DCE59D;
}
</style>
background-color css
<style>
a { background-color: #DCE59D; }
a { background-color: rgb(220,229,157); }
div.DivClassName
{
background-color: #DCE59D;
}
.BgClassName
{
background-color: #DCE59D;
}
</style>
border-color css
<style>
span { border-color: #DCE59D; }
span { border-color: rgb(220,229,157); }
td.TdClassName
{
border-color: #DCE59D;
}
.TagClassName
{
border-color: #DCE59D;
}
</style>