Shades of Jonquil #DCEB8F
Tints of Jonquil #DCEB8F
RGB
CMYK
RGB Variations
Color information
#DCEB8F (or 0xDCEB8F) is known color: Jonquil. HEX triplet: DC, EB and 8F. RGB value is (220,235,143). Sum of RGB (Red+Green+Blue) = 220+235+143=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB8F is #231470. Grayscale: #DCDCDC. Windows color (decimal): -2298993 or 9432028. OLE color: 9432028.
HSL color Cylindrical-coordinate representation of color #DCEB8F: hue angle of 69.78º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCEB8F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 143 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.08 |
| HSL | 69.78º | 0.7% | 0.74% | - |
| HSV(B) | 69.78º | 0.39% | 0.92% | - |
| XYZ | 64.18 | 76.62 | 37.39 | - |
| YUV | 220.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 143 | 0.06 | 0 | 0.39 | 0.08 | 69.78 | 0.7 | 0.74 |
| Hex | DC | EB | 8F | 6 | 0 | 27 | 8 | 46 | 46 | 4A |
| Octal | 334 | 353 | 217 | 6 | 0 | 47 | 10 | 106 | 106 | 112 |
| Binary | 11011100 | 11101011 | 10001111 | 110 | 0 | 100111 | 1000 | 1000110 | 1000110 | 1001010 |
Color Harmonies of #DCEB8F
Complementary color
Monochromatic Colors of #DCEB8F
Black with #DCEB8F
Text Example
Text Example
White with #DCEB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB8F; }
p { color: rgb(220,235,143); }
H1.HeaderClassName
{
color: #DCEB8F;
}
.AnyTagClassName
{
color: #DCEB8F;
}
</style>
background-color css
<style>
a { background-color: #DCEB8F; }
a { background-color: rgb(220,235,143); }
div.DivClassName
{
background-color: #DCEB8F;
}
.BgClassName
{
background-color: #DCEB8F;
}
</style>
border-color css
<style>
span { border-color: #DCEB8F; }
span { border-color: rgb(220,235,143); }
td.TdClassName
{
border-color: #DCEB8F;
}
.TagClassName
{
border-color: #DCEB8F;
}
</style>