Shades of Jonquil #DAEB8C
Tints of Jonquil #DAEB8C
RGB
CMYK
RGB Variations
Color information
#DAEB8C (or 0xDAEB8C) is known color: Jonquil. HEX triplet: DA, EB and 8C. RGB value is (218,235,140). Sum of RGB (Red+Green+Blue) = 218+235+140=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB8C is #251473. Grayscale: #DBDBDB. Windows color (decimal): -2430068 or 9235418. OLE color: 9235418.
HSL color Cylindrical-coordinate representation of color #DAEB8C: hue angle of 70.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAEB8C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 235 | 140 | - |
CMYK | 0.07 | 0 | 0.40 | 0.08 |
HSL | 70.74º | 0.7% | 0.74% | - |
HSV(B) | 70.74º | 0.4% | 0.92% | - |
XYZ | 63.36 | 76.22 | 36.18 | - |
YUV | 219.09 | 83.37 | 127.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 235 | 140 | 0.07 | 0 | 0.40 | 0.08 | 70.74 | 0.7 | 0.74 |
Hex | DA | EB | 8C | 7 | 0 | 28 | 8 | 47 | 46 | 4A |
Octal | 332 | 353 | 214 | 7 | 0 | 50 | 10 | 107 | 106 | 112 |
Binary | 11011010 | 11101011 | 10001100 | 111 | 0 | 101000 | 1000 | 1000111 | 1000110 | 1001010 |
Color Harmonies of #DAEB8C
Complementary color
Monochromatic Colors of #DAEB8C
Black with #DAEB8C
Text Example
Text Example
White with #DAEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB8C; }
p { color: rgb(218,235,140); }
H1.HeaderClassName
{
color: #DAEB8C;
}
.AnyTagClassName
{
color: #DAEB8C;
}
</style>
background-color css
<style>
a { background-color: #DAEB8C; }
a { background-color: rgb(218,235,140); }
div.DivClassName
{
background-color: #DAEB8C;
}
.BgClassName
{
background-color: #DAEB8C;
}
</style>
border-color css
<style>
span { border-color: #DAEB8C; }
span { border-color: rgb(218,235,140); }
td.TdClassName
{
border-color: #DAEB8C;
}
.TagClassName
{
border-color: #DAEB8C;
}
</style>