Shades of Jonquil #DAE98E
Tints of Jonquil #DAE98E
RGB
CMYK
RGB Variations
Color information
#DAE98E (or 0xDAE98E) is known color: Jonquil. HEX triplet: DA, E9 and 8E. RGB value is (218,233,142). Sum of RGB (Red+Green+Blue) = 218+233+142=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE98E is #251671. Grayscale: #DADADA. Windows color (decimal): -2430578 or 9365978. OLE color: 9365978.
HSL color Cylindrical-coordinate representation of color #DAE98E: hue angle of 69.89º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAE98E is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 142 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.09 |
| HSL | 69.89º | 0.67% | 0.74% | - |
| HSV(B) | 69.89º | 0.39% | 0.91% | - |
| XYZ | 62.93 | 75.14 | 36.78 | - |
| YUV | 218.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 142 | 0.06 | 0 | 0.39 | 0.09 | 69.89 | 0.67 | 0.74 |
| Hex | DA | E9 | 8E | 6 | 0 | 27 | 9 | 46 | 43 | 4A |
| Octal | 332 | 351 | 216 | 6 | 0 | 47 | 11 | 106 | 103 | 112 |
| Binary | 11011010 | 11101001 | 10001110 | 110 | 0 | 100111 | 1001 | 1000110 | 1000011 | 1001010 |
Color Harmonies of #DAE98E
Complementary color
Monochromatic Colors of #DAE98E
Black with #DAE98E
Text Example
Text Example
White with #DAE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE98E; }
p { color: rgb(218,233,142); }
H1.HeaderClassName
{
color: #DAE98E;
}
.AnyTagClassName
{
color: #DAE98E;
}
</style>
background-color css
<style>
a { background-color: #DAE98E; }
a { background-color: rgb(218,233,142); }
div.DivClassName
{
background-color: #DAE98E;
}
.BgClassName
{
background-color: #DAE98E;
}
</style>
border-color css
<style>
span { border-color: #DAE98E; }
span { border-color: rgb(218,233,142); }
td.TdClassName
{
border-color: #DAE98E;
}
.TagClassName
{
border-color: #DAE98E;
}
</style>