Shades of Jonquil #DAEA8A
Tints of Jonquil #DAEA8A
RGB
CMYK
RGB Variations
Color information
#DAEA8A (or 0xDAEA8A) is known color: Jonquil. HEX triplet: DA, EA and 8A. RGB value is (218,234,138). Sum of RGB (Red+Green+Blue) = 218+234+138=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA8A is #251575. Grayscale: #DADADA. Windows color (decimal): -2430326 or 9104090. OLE color: 9104090.
HSL color Cylindrical-coordinate representation of color #DAEA8A: hue angle of 70º 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 #DAEA8A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 138 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.08 |
| HSL | 70º | 0.7% | 0.73% | - |
| HSV(B) | 70º | 0.41% | 0.92% | - |
| XYZ | 62.92 | 75.59 | 35.32 | - |
| YUV | 218.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 138 | 0.07 | 0 | 0.41 | 0.08 | 70 | 0.7 | 0.73 |
| Hex | DA | EA | 8A | 7 | 0 | 29 | 8 | 46 | 46 | 49 |
| Octal | 332 | 352 | 212 | 7 | 0 | 51 | 10 | 106 | 106 | 111 |
| Binary | 11011010 | 11101010 | 10001010 | 111 | 0 | 101001 | 1000 | 1000110 | 1000110 | 1001001 |
Color Harmonies of #DAEA8A
Complementary color
Monochromatic Colors of #DAEA8A
Black with #DAEA8A
Text Example
Text Example
White with #DAEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA8A; }
p { color: rgb(218,234,138); }
H1.HeaderClassName
{
color: #DAEA8A;
}
.AnyTagClassName
{
color: #DAEA8A;
}
</style>
background-color css
<style>
a { background-color: #DAEA8A; }
a { background-color: rgb(218,234,138); }
div.DivClassName
{
background-color: #DAEA8A;
}
.BgClassName
{
background-color: #DAEA8A;
}
</style>
border-color css
<style>
span { border-color: #DAEA8A; }
span { border-color: rgb(218,234,138); }
td.TdClassName
{
border-color: #DAEA8A;
}
.TagClassName
{
border-color: #DAEA8A;
}
</style>