Shades of Jonquil #DDEA8C
Tints of Jonquil #DDEA8C
RGB
CMYK
RGB Variations
Color information
#DDEA8C (or 0xDDEA8C) is known color: Jonquil. HEX triplet: DD, EA and 8C. RGB value is (221,234,140). Sum of RGB (Red+Green+Blue) = 221+234+140=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA8C is #221573. Grayscale: #DBDBDB. Windows color (decimal): -2233716 or 9235165. OLE color: 9235165.
HSL color Cylindrical-coordinate representation of color #DDEA8C: hue angle of 68.3º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDEA8C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 140 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.08 |
| HSL | 68.3º | 0.69% | 0.73% | - |
| HSV(B) | 68.3º | 0.4% | 0.92% | - |
| XYZ | 63.98 | 76.11 | 36.13 | - |
| YUV | 219.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 140 | 0.06 | 0 | 0.40 | 0.08 | 68.3 | 0.69 | 0.73 |
| Hex | DD | EA | 8C | 6 | 0 | 28 | 8 | 44 | 45 | 49 |
| Octal | 335 | 352 | 214 | 6 | 0 | 50 | 10 | 104 | 105 | 111 |
| Binary | 11011101 | 11101010 | 10001100 | 110 | 0 | 101000 | 1000 | 1000100 | 1000101 | 1001001 |
Color Harmonies of #DDEA8C
Complementary color
Monochromatic Colors of #DDEA8C
Black with #DDEA8C
Text Example
Text Example
White with #DDEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA8C; }
p { color: rgb(221,234,140); }
H1.HeaderClassName
{
color: #DDEA8C;
}
.AnyTagClassName
{
color: #DDEA8C;
}
</style>
background-color css
<style>
a { background-color: #DDEA8C; }
a { background-color: rgb(221,234,140); }
div.DivClassName
{
background-color: #DDEA8C;
}
.BgClassName
{
background-color: #DDEA8C;
}
</style>
border-color css
<style>
span { border-color: #DDEA8C; }
span { border-color: rgb(221,234,140); }
td.TdClassName
{
border-color: #DDEA8C;
}
.TagClassName
{
border-color: #DDEA8C;
}
</style>