Shades of Jonquil #DCEC8B
Tints of Jonquil #DCEC8B
RGB
CMYK
RGB Variations
Color information
#DCEC8B (or 0xDCEC8B) is known color: Jonquil. HEX triplet: DC, EC and 8B. RGB value is (220,236,139). Sum of RGB (Red+Green+Blue) = 220+236+139=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC8B is #231374. Grayscale: #DCDCDC. Windows color (decimal): -2298741 or 9170140. OLE color: 9170140.
HSL color Cylindrical-coordinate representation of color #DCEC8B: hue angle of 69.9º 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 #DCEC8B is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 139 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.07 |
| HSL | 69.9º | 0.72% | 0.74% | - |
| HSV(B) | 69.9º | 0.41% | 0.93% | - |
| XYZ | 64.17 | 77.07 | 35.92 | - |
| YUV | 220.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 139 | 0.07 | 0 | 0.41 | 0.07 | 69.9 | 0.72 | 0.74 |
| Hex | DC | EC | 8B | 7 | 0 | 29 | 7 | 46 | 48 | 4A |
| Octal | 334 | 354 | 213 | 7 | 0 | 51 | 7 | 106 | 110 | 112 |
| Binary | 11011100 | 11101100 | 10001011 | 111 | 0 | 101001 | 111 | 1000110 | 1001000 | 1001010 |
Color Harmonies of #DCEC8B
Complementary color
Monochromatic Colors of #DCEC8B
Black with #DCEC8B
Text Example
Text Example
White with #DCEC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC8B; }
p { color: rgb(220,236,139); }
H1.HeaderClassName
{
color: #DCEC8B;
}
.AnyTagClassName
{
color: #DCEC8B;
}
</style>
background-color css
<style>
a { background-color: #DCEC8B; }
a { background-color: rgb(220,236,139); }
div.DivClassName
{
background-color: #DCEC8B;
}
.BgClassName
{
background-color: #DCEC8B;
}
</style>
border-color css
<style>
span { border-color: #DCEC8B; }
span { border-color: rgb(220,236,139); }
td.TdClassName
{
border-color: #DCEC8B;
}
.TagClassName
{
border-color: #DCEC8B;
}
</style>