Shades of Jonquil #DAEC8D
Tints of Jonquil #DAEC8D
RGB
CMYK
RGB Variations
Color information
#DAEC8D (or 0xDAEC8D) is known color: Jonquil. HEX triplet: DA, EC and 8D. RGB value is (218,236,141). Sum of RGB (Red+Green+Blue) = 218+236+141=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC8D is #251372. Grayscale: #DCDCDC. Windows color (decimal): -2429811 or 9301210. OLE color: 9301210.
HSL color Cylindrical-coordinate representation of color #DAEC8D: hue angle of 71.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAEC8D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 141 | - |
CMYK | 0.08 | 0 | 0.40 | 0.07 |
HSL | 71.37º | 0.71% | 0.74% | - |
HSV(B) | 71.37º | 0.4% | 0.93% | - |
XYZ | 63.72 | 76.82 | 36.67 | - |
YUV | 219.79 | 83.54 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 141 | 0.08 | 0 | 0.40 | 0.07 | 71.37 | 0.71 | 0.74 |
Hex | DA | EC | 8D | 8 | 0 | 28 | 7 | 47 | 47 | 4A |
Octal | 332 | 354 | 215 | 10 | 0 | 50 | 7 | 107 | 107 | 112 |
Binary | 11011010 | 11101100 | 10001101 | 1000 | 0 | 101000 | 111 | 1000111 | 1000111 | 1001010 |
Color Harmonies of #DAEC8D
Complementary color
Monochromatic Colors of #DAEC8D
Black with #DAEC8D
Text Example
Text Example
White with #DAEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC8D; }
p { color: rgb(218,236,141); }
H1.HeaderClassName
{
color: #DAEC8D;
}
.AnyTagClassName
{
color: #DAEC8D;
}
</style>
background-color css
<style>
a { background-color: #DAEC8D; }
a { background-color: rgb(218,236,141); }
div.DivClassName
{
background-color: #DAEC8D;
}
.BgClassName
{
background-color: #DAEC8D;
}
</style>
border-color css
<style>
span { border-color: #DAEC8D; }
span { border-color: rgb(218,236,141); }
td.TdClassName
{
border-color: #DAEC8D;
}
.TagClassName
{
border-color: #DAEC8D;
}
</style>