Shades of Jonquil #DCEC8C
Tints of Jonquil #DCEC8C
RGB
CMYK
RGB Variations
Color information
#DCEC8C (or 0xDCEC8C) is known color: Jonquil. HEX triplet: DC, EC and 8C. RGB value is (220,236,140). Sum of RGB (Red+Green+Blue) = 220+236+140=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC8C is #231373. Grayscale: #DCDCDC. Windows color (decimal): -2298740 or 9235676. OLE color: 9235676.
HSL color Cylindrical-coordinate representation of color #DCEC8C: hue angle of 70º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCEC8C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 140 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.07 |
| HSL | 70º | 0.72% | 0.74% | - |
| HSV(B) | 70º | 0.41% | 0.93% | - |
| XYZ | 64.24 | 77.1 | 36.31 | - |
| YUV | 220.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 140 | 0.07 | 0 | 0.41 | 0.07 | 70 | 0.72 | 0.74 |
| Hex | DC | EC | 8C | 7 | 0 | 29 | 7 | 46 | 48 | 4A |
| Octal | 334 | 354 | 214 | 7 | 0 | 51 | 7 | 106 | 110 | 112 |
| Binary | 11011100 | 11101100 | 10001100 | 111 | 0 | 101001 | 111 | 1000110 | 1001000 | 1001010 |
Color Harmonies of #DCEC8C
Complementary color
Monochromatic Colors of #DCEC8C
Black with #DCEC8C
Text Example
Text Example
White with #DCEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC8C; }
p { color: rgb(220,236,140); }
H1.HeaderClassName
{
color: #DCEC8C;
}
.AnyTagClassName
{
color: #DCEC8C;
}
</style>
background-color css
<style>
a { background-color: #DCEC8C; }
a { background-color: rgb(220,236,140); }
div.DivClassName
{
background-color: #DCEC8C;
}
.BgClassName
{
background-color: #DCEC8C;
}
</style>
border-color css
<style>
span { border-color: #DCEC8C; }
span { border-color: rgb(220,236,140); }
td.TdClassName
{
border-color: #DCEC8C;
}
.TagClassName
{
border-color: #DCEC8C;
}
</style>