Shades of Jonquil #DAEA90
Tints of Jonquil #DAEA90
RGB
CMYK
RGB Variations
Color information
#DAEA90 (or 0xDAEA90) is known color: Jonquil. HEX triplet: DA, EA and 90. RGB value is (218,234,144). Sum of RGB (Red+Green+Blue) = 218+234+144=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA90 is #25156F. Grayscale: #DBDBDB. Windows color (decimal): -2430320 or 9497306. OLE color: 9497306.
HSL color Cylindrical-coordinate representation of color #DAEA90: hue angle of 70.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAEA90 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 144 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.08 |
| HSL | 70.67º | 0.68% | 0.74% | - |
| HSV(B) | 70.67º | 0.38% | 0.92% | - |
| XYZ | 63.37 | 75.76 | 37.67 | - |
| YUV | 218.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 144 | 0.07 | 0 | 0.38 | 0.08 | 70.67 | 0.68 | 0.74 |
| Hex | DA | EA | 90 | 7 | 0 | 26 | 8 | 47 | 44 | 4A |
| Octal | 332 | 352 | 220 | 7 | 0 | 46 | 10 | 107 | 104 | 112 |
| Binary | 11011010 | 11101010 | 10010000 | 111 | 0 | 100110 | 1000 | 1000111 | 1000100 | 1001010 |
Color Harmonies of #DAEA90
Complementary color
Monochromatic Colors of #DAEA90
Black with #DAEA90
Text Example
Text Example
White with #DAEA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA90; }
p { color: rgb(218,234,144); }
H1.HeaderClassName
{
color: #DAEA90;
}
.AnyTagClassName
{
color: #DAEA90;
}
</style>
background-color css
<style>
a { background-color: #DAEA90; }
a { background-color: rgb(218,234,144); }
div.DivClassName
{
background-color: #DAEA90;
}
.BgClassName
{
background-color: #DAEA90;
}
</style>
border-color css
<style>
span { border-color: #DAEA90; }
span { border-color: rgb(218,234,144); }
td.TdClassName
{
border-color: #DAEA90;
}
.TagClassName
{
border-color: #DAEA90;
}
</style>