Shades of Jonquil #DCED8A
Tints of Jonquil #DCED8A
RGB
CMYK
RGB Variations
Color information
#DCED8A (or 0xDCED8A) is known color: Jonquil. HEX triplet: DC, ED and 8A. RGB value is (220,237,138). Sum of RGB (Red+Green+Blue) = 220+237+138=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED8A is #231275. Grayscale: #DDDDDD. Windows color (decimal): -2298486 or 9104860. OLE color: 9104860.
HSL color Cylindrical-coordinate representation of color #DCED8A: hue angle of 70.3º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCED8A is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 138 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.07 |
| HSL | 70.3º | 0.73% | 0.74% | - |
| HSV(B) | 70.3º | 0.42% | 0.93% | - |
| XYZ | 64.39 | 77.62 | 35.63 | - |
| YUV | 220.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 138 | 0.07 | 0 | 0.42 | 0.07 | 70.3 | 0.73 | 0.74 |
| Hex | DC | ED | 8A | 7 | 0 | 2A | 7 | 46 | 49 | 4A |
| Octal | 334 | 355 | 212 | 7 | 0 | 52 | 7 | 106 | 111 | 112 |
| Binary | 11011100 | 11101101 | 10001010 | 111 | 0 | 101010 | 111 | 1000110 | 1001001 | 1001010 |
Color Harmonies of #DCED8A
Complementary color
Monochromatic Colors of #DCED8A
Black with #DCED8A
Text Example
Text Example
White with #DCED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED8A; }
p { color: rgb(220,237,138); }
H1.HeaderClassName
{
color: #DCED8A;
}
.AnyTagClassName
{
color: #DCED8A;
}
</style>
background-color css
<style>
a { background-color: #DCED8A; }
a { background-color: rgb(220,237,138); }
div.DivClassName
{
background-color: #DCED8A;
}
.BgClassName
{
background-color: #DCED8A;
}
</style>
border-color css
<style>
span { border-color: #DCED8A; }
span { border-color: rgb(220,237,138); }
td.TdClassName
{
border-color: #DCED8A;
}
.TagClassName
{
border-color: #DCED8A;
}
</style>