Shades of Jonquil #DCEC8E
Tints of Jonquil #DCEC8E
RGB
CMYK
RGB Variations
Color information
#DCEC8E (or 0xDCEC8E) is known color: Jonquil. HEX triplet: DC, EC and 8E. RGB value is (220,236,142). Sum of RGB (Red+Green+Blue) = 220+236+142=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC8E is #231371. Grayscale: #DCDCDC. Windows color (decimal): -2298738 or 9366748. OLE color: 9366748.
HSL color Cylindrical-coordinate representation of color #DCEC8E: hue angle of 70.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCEC8E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 142 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.07 |
| HSL | 70.21º | 0.71% | 0.74% | - |
| HSV(B) | 70.21º | 0.4% | 0.93% | - |
| XYZ | 64.39 | 77.16 | 37.09 | - |
| YUV | 220.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 142 | 0.07 | 0 | 0.40 | 0.07 | 70.21 | 0.71 | 0.74 |
| Hex | DC | EC | 8E | 7 | 0 | 28 | 7 | 46 | 47 | 4A |
| Octal | 334 | 354 | 216 | 7 | 0 | 50 | 7 | 106 | 107 | 112 |
| Binary | 11011100 | 11101100 | 10001110 | 111 | 0 | 101000 | 111 | 1000110 | 1000111 | 1001010 |
Color Harmonies of #DCEC8E
Complementary color
Monochromatic Colors of #DCEC8E
Black with #DCEC8E
Text Example
Text Example
White with #DCEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC8E; }
p { color: rgb(220,236,142); }
H1.HeaderClassName
{
color: #DCEC8E;
}
.AnyTagClassName
{
color: #DCEC8E;
}
</style>
background-color css
<style>
a { background-color: #DCEC8E; }
a { background-color: rgb(220,236,142); }
div.DivClassName
{
background-color: #DCEC8E;
}
.BgClassName
{
background-color: #DCEC8E;
}
</style>
border-color css
<style>
span { border-color: #DCEC8E; }
span { border-color: rgb(220,236,142); }
td.TdClassName
{
border-color: #DCEC8E;
}
.TagClassName
{
border-color: #DCEC8E;
}
</style>