Shades of Jonquil #DCEC8D
Tints of Jonquil #DCEC8D
RGB
CMYK
RGB Variations
Color information
#DCEC8D (or 0xDCEC8D) is known color: Jonquil. HEX triplet: DC, EC and 8D. RGB value is (220,236,141). Sum of RGB (Red+Green+Blue) = 220+236+141=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC8D is #231372. Grayscale: #DCDCDC. Windows color (decimal): -2298739 or 9301212. OLE color: 9301212.
HSL color Cylindrical-coordinate representation of color #DCEC8D: hue angle of 70.11º 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 #DCEC8D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 141 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.07 |
| HSL | 70.11º | 0.71% | 0.74% | - |
| HSV(B) | 70.11º | 0.4% | 0.93% | - |
| XYZ | 64.32 | 77.13 | 36.7 | - |
| YUV | 220.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 141 | 0.07 | 0 | 0.40 | 0.07 | 70.11 | 0.71 | 0.74 |
| Hex | DC | EC | 8D | 7 | 0 | 28 | 7 | 46 | 47 | 4A |
| Octal | 334 | 354 | 215 | 7 | 0 | 50 | 7 | 106 | 107 | 112 |
| Binary | 11011100 | 11101100 | 10001101 | 111 | 0 | 101000 | 111 | 1000110 | 1000111 | 1001010 |
Color Harmonies of #DCEC8D
Complementary color
Monochromatic Colors of #DCEC8D
Black with #DCEC8D
Text Example
Text Example
White with #DCEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC8D; }
p { color: rgb(220,236,141); }
H1.HeaderClassName
{
color: #DCEC8D;
}
.AnyTagClassName
{
color: #DCEC8D;
}
</style>
background-color css
<style>
a { background-color: #DCEC8D; }
a { background-color: rgb(220,236,141); }
div.DivClassName
{
background-color: #DCEC8D;
}
.BgClassName
{
background-color: #DCEC8D;
}
</style>
border-color css
<style>
span { border-color: #DCEC8D; }
span { border-color: rgb(220,236,141); }
td.TdClassName
{
border-color: #DCEC8D;
}
.TagClassName
{
border-color: #DCEC8D;
}
</style>