Shades of Jonquil #DCEA8E
Tints of Jonquil #DCEA8E
RGB
CMYK
RGB Variations
Color information
#DCEA8E (or 0xDCEA8E) is known color: Jonquil. HEX triplet: DC, EA and 8E. RGB value is (220,234,142). Sum of RGB (Red+Green+Blue) = 220+234+142=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA8E is #231571. Grayscale: #DBDBDB. Windows color (decimal): -2299250 or 9366236. OLE color: 9366236.
HSL color Cylindrical-coordinate representation of color #DCEA8E: hue angle of 69.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCEA8E is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 142 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.08 |
| HSL | 69.13º | 0.69% | 0.74% | - |
| HSV(B) | 69.13º | 0.39% | 0.92% | - |
| XYZ | 63.82 | 76.01 | 36.9 | - |
| YUV | 219.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 142 | 0.06 | 0 | 0.39 | 0.08 | 69.13 | 0.69 | 0.74 |
| Hex | DC | EA | 8E | 6 | 0 | 27 | 8 | 45 | 45 | 4A |
| Octal | 334 | 352 | 216 | 6 | 0 | 47 | 10 | 105 | 105 | 112 |
| Binary | 11011100 | 11101010 | 10001110 | 110 | 0 | 100111 | 1000 | 1000101 | 1000101 | 1001010 |
Color Harmonies of #DCEA8E
Complementary color
Monochromatic Colors of #DCEA8E
Black with #DCEA8E
Text Example
Text Example
White with #DCEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA8E; }
p { color: rgb(220,234,142); }
H1.HeaderClassName
{
color: #DCEA8E;
}
.AnyTagClassName
{
color: #DCEA8E;
}
</style>
background-color css
<style>
a { background-color: #DCEA8E; }
a { background-color: rgb(220,234,142); }
div.DivClassName
{
background-color: #DCEA8E;
}
.BgClassName
{
background-color: #DCEA8E;
}
</style>
border-color css
<style>
span { border-color: #DCEA8E; }
span { border-color: rgb(220,234,142); }
td.TdClassName
{
border-color: #DCEA8E;
}
.TagClassName
{
border-color: #DCEA8E;
}
</style>