Shades of Jonquil #DCEE8C
Tints of Jonquil #DCEE8C
RGB
CMYK
RGB Variations
Color information
#DCEE8C (or 0xDCEE8C) is known color: Jonquil. HEX triplet: DC, EE and 8C. RGB value is (220,238,140). Sum of RGB (Red+Green+Blue) = 220+238+140=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE8C is #231173. Grayscale: #DDDDDD. Windows color (decimal): -2298228 or 9236188. OLE color: 9236188.
HSL color Cylindrical-coordinate representation of color #DCEE8C: hue angle of 71.02º degrees, saturation: 0.74, 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 #DCEE8C is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 140 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.07 |
| HSL | 71.02º | 0.74% | 0.74% | - |
| HSV(B) | 71.02º | 0.41% | 0.93% | - |
| XYZ | 64.82 | 78.26 | 36.5 | - |
| YUV | 221.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 140 | 0.08 | 0 | 0.41 | 0.07 | 71.02 | 0.74 | 0.74 |
| Hex | DC | EE | 8C | 8 | 0 | 29 | 7 | 47 | 4A | 4A |
| Octal | 334 | 356 | 214 | 10 | 0 | 51 | 7 | 107 | 112 | 112 |
| Binary | 11011100 | 11101110 | 10001100 | 1000 | 0 | 101001 | 111 | 1000111 | 1001010 | 1001010 |
Color Harmonies of #DCEE8C
Complementary color
Monochromatic Colors of #DCEE8C
Black with #DCEE8C
Text Example
Text Example
White with #DCEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE8C; }
p { color: rgb(220,238,140); }
H1.HeaderClassName
{
color: #DCEE8C;
}
.AnyTagClassName
{
color: #DCEE8C;
}
</style>
background-color css
<style>
a { background-color: #DCEE8C; }
a { background-color: rgb(220,238,140); }
div.DivClassName
{
background-color: #DCEE8C;
}
.BgClassName
{
background-color: #DCEE8C;
}
</style>
border-color css
<style>
span { border-color: #DCEE8C; }
span { border-color: rgb(220,238,140); }
td.TdClassName
{
border-color: #DCEE8C;
}
.TagClassName
{
border-color: #DCEE8C;
}
</style>