Shades of Jonquil #DCEA8A
Tints of Jonquil #DCEA8A
RGB
CMYK
RGB Variations
Color information
#DCEA8A (or 0xDCEA8A) is known color: Jonquil. HEX triplet: DC, EA and 8A. RGB value is (220,234,138). Sum of RGB (Red+Green+Blue) = 220+234+138=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA8A is #231575. Grayscale: #DBDBDB. Windows color (decimal): -2299254 or 9104092. OLE color: 9104092.
HSL color Cylindrical-coordinate representation of color #DCEA8A: hue angle of 68.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCEA8A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 138 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.08 |
| HSL | 68.75º | 0.7% | 0.73% | - |
| HSV(B) | 68.75º | 0.41% | 0.92% | - |
| XYZ | 63.53 | 75.9 | 35.35 | - |
| YUV | 218.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 138 | 0.06 | 0 | 0.41 | 0.08 | 68.75 | 0.7 | 0.73 |
| Hex | DC | EA | 8A | 6 | 0 | 29 | 8 | 45 | 46 | 49 |
| Octal | 334 | 352 | 212 | 6 | 0 | 51 | 10 | 105 | 106 | 111 |
| Binary | 11011100 | 11101010 | 10001010 | 110 | 0 | 101001 | 1000 | 1000101 | 1000110 | 1001001 |
Color Harmonies of #DCEA8A
Complementary color
Monochromatic Colors of #DCEA8A
Black with #DCEA8A
Text Example
Text Example
White with #DCEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA8A; }
p { color: rgb(220,234,138); }
H1.HeaderClassName
{
color: #DCEA8A;
}
.AnyTagClassName
{
color: #DCEA8A;
}
</style>
background-color css
<style>
a { background-color: #DCEA8A; }
a { background-color: rgb(220,234,138); }
div.DivClassName
{
background-color: #DCEA8A;
}
.BgClassName
{
background-color: #DCEA8A;
}
</style>
border-color css
<style>
span { border-color: #DCEA8A; }
span { border-color: rgb(220,234,138); }
td.TdClassName
{
border-color: #DCEA8A;
}
.TagClassName
{
border-color: #DCEA8A;
}
</style>