Shades of Pear #DFEC19
Tints of Pear #DFEC19
RGB
CMYK
RGB Variations
Color information
#DFEC19 (or 0xDFEC19) is known color: Pear. HEX triplet: DF, EC and 19. RGB value is (223,236,25). Sum of RGB (Red+Green+Blue) = 223+236+25=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFEC19 is #2013E6. Grayscale: #D0D0D0. Windows color (decimal): -2102247 or 1699039. OLE color: 1699039.
HSL color Cylindrical-coordinate representation of color #DFEC19: hue angle of 63.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFEC19 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.07 |
| HSL | 63.7º | 0.85% | 0.51% | - |
| HSV(B) | 63.7º | 0.89% | 0.93% | - |
| XYZ | 60.6 | 75.75 | 12.35 | - |
| YUV | 208.06 | 24.69 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 25 | 0.06 | 0 | 0.89 | 0.07 | 63.7 | 0.85 | 0.51 |
| Hex | DF | EC | 19 | 6 | 0 | 59 | 7 | 40 | 55 | 33 |
| Octal | 337 | 354 | 31 | 6 | 0 | 131 | 7 | 100 | 125 | 63 |
| Binary | 11011111 | 11101100 | 11001 | 110 | 0 | 1011001 | 111 | 1000000 | 1010101 | 110011 |
Color Harmonies of #DFEC19
Complementary color
Monochromatic Colors of #DFEC19
Black with #DFEC19
Text Example
Text Example
White with #DFEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC19; }
p { color: rgb(223,236,25); }
H1.HeaderClassName
{
color: #DFEC19;
}
.AnyTagClassName
{
color: #DFEC19;
}
</style>
background-color css
<style>
a { background-color: #DFEC19; }
a { background-color: rgb(223,236,25); }
div.DivClassName
{
background-color: #DFEC19;
}
.BgClassName
{
background-color: #DFEC19;
}
</style>
border-color css
<style>
span { border-color: #DFEC19; }
span { border-color: rgb(223,236,25); }
td.TdClassName
{
border-color: #DFEC19;
}
.TagClassName
{
border-color: #DFEC19;
}
</style>