Shades of Jonquil #DDEF8A
Tints of Jonquil #DDEF8A
RGB
CMYK
RGB Variations
Color information
#DDEF8A (or 0xDDEF8A) is known color: Jonquil. HEX triplet: DD, EF and 8A. RGB value is (221,239,138). Sum of RGB (Red+Green+Blue) = 221+239+138=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF8A is #221075. Grayscale: #DEDEDE. Windows color (decimal): -2232438 or 9105373. OLE color: 9105373.
HSL color Cylindrical-coordinate representation of color #DDEF8A: hue angle of 70.69º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDEF8A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 138 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.06 |
| HSL | 70.69º | 0.76% | 0.74% | - |
| HSV(B) | 70.69º | 0.42% | 0.94% | - |
| XYZ | 65.27 | 78.94 | 35.84 | - |
| YUV | 222.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 138 | 0.08 | 0 | 0.42 | 0.06 | 70.69 | 0.76 | 0.74 |
| Hex | DD | EF | 8A | 8 | 0 | 2A | 6 | 47 | 4C | 4A |
| Octal | 335 | 357 | 212 | 10 | 0 | 52 | 6 | 107 | 114 | 112 |
| Binary | 11011101 | 11101111 | 10001010 | 1000 | 0 | 101010 | 110 | 1000111 | 1001100 | 1001010 |
Color Harmonies of #DDEF8A
Complementary color
Monochromatic Colors of #DDEF8A
Black with #DDEF8A
Text Example
Text Example
White with #DDEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF8A; }
p { color: rgb(221,239,138); }
H1.HeaderClassName
{
color: #DDEF8A;
}
.AnyTagClassName
{
color: #DDEF8A;
}
</style>
background-color css
<style>
a { background-color: #DDEF8A; }
a { background-color: rgb(221,239,138); }
div.DivClassName
{
background-color: #DDEF8A;
}
.BgClassName
{
background-color: #DDEF8A;
}
</style>
border-color css
<style>
span { border-color: #DDEF8A; }
span { border-color: rgb(221,239,138); }
td.TdClassName
{
border-color: #DDEF8A;
}
.TagClassName
{
border-color: #DDEF8A;
}
</style>