Shades of Jonquil #DCEC94
Tints of Jonquil #DCEC94
RGB
CMYK
RGB Variations
Color information
#DCEC94 (or 0xDCEC94) is known color: Jonquil. HEX triplet: DC, EC and 94. RGB value is (220,236,148). Sum of RGB (Red+Green+Blue) = 220+236+148=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC94 is #23136B. Grayscale: #DDDDDD. Windows color (decimal): -2298732 or 9759964. OLE color: 9759964.
HSL color Cylindrical-coordinate representation of color #DCEC94: hue angle of 70.91º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCEC94 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 148 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.07 |
| HSL | 70.91º | 0.7% | 0.75% | - |
| HSV(B) | 70.91º | 0.37% | 0.93% | - |
| XYZ | 64.86 | 77.34 | 39.53 | - |
| YUV | 221.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 148 | 0.07 | 0 | 0.37 | 0.07 | 70.91 | 0.7 | 0.75 |
| Hex | DC | EC | 94 | 7 | 0 | 25 | 7 | 47 | 46 | 4B |
| Octal | 334 | 354 | 224 | 7 | 0 | 45 | 7 | 107 | 106 | 113 |
| Binary | 11011100 | 11101100 | 10010100 | 111 | 0 | 100101 | 111 | 1000111 | 1000110 | 1001011 |
Color Harmonies of #DCEC94
Complementary color
Monochromatic Colors of #DCEC94
Black with #DCEC94
Text Example
Text Example
White with #DCEC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC94; }
p { color: rgb(220,236,148); }
H1.HeaderClassName
{
color: #DCEC94;
}
.AnyTagClassName
{
color: #DCEC94;
}
</style>
background-color css
<style>
a { background-color: #DCEC94; }
a { background-color: rgb(220,236,148); }
div.DivClassName
{
background-color: #DCEC94;
}
.BgClassName
{
background-color: #DCEC94;
}
</style>
border-color css
<style>
span { border-color: #DCEC94; }
span { border-color: rgb(220,236,148); }
td.TdClassName
{
border-color: #DCEC94;
}
.TagClassName
{
border-color: #DCEC94;
}
</style>