Shades of Pear #DFEC26
Tints of Pear #DFEC26
RGB
CMYK
RGB Variations
Color information
#DFEC26 (or 0xDFEC26) is known color: Pear. HEX triplet: DF, EC and 26. RGB value is (223,236,38). Sum of RGB (Red+Green+Blue) = 223+236+38=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC26 is #2013D9. Grayscale: #D2D2D2. Windows color (decimal): -2102234 or 2551007. OLE color: 2551007.
HSL color Cylindrical-coordinate representation of color #DFEC26: hue angle of 63.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFEC26 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 38 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.07 |
| HSL | 63.94º | 0.84% | 0.54% | - |
| HSV(B) | 63.94º | 0.84% | 0.93% | - |
| XYZ | 60.78 | 75.82 | 13.26 | - |
| YUV | 209.54 | 31.19 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 38 | 0.06 | 0 | 0.84 | 0.07 | 63.94 | 0.84 | 0.54 |
| Hex | DF | EC | 26 | 6 | 0 | 54 | 7 | 40 | 54 | 36 |
| Octal | 337 | 354 | 46 | 6 | 0 | 124 | 7 | 100 | 124 | 66 |
| Binary | 11011111 | 11101100 | 100110 | 110 | 0 | 1010100 | 111 | 1000000 | 1010100 | 110110 |
Color Harmonies of #DFEC26
Complementary color
Monochromatic Colors of #DFEC26
Black with #DFEC26
Text Example
Text Example
White with #DFEC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC26; }
p { color: rgb(223,236,38); }
H1.HeaderClassName
{
color: #DFEC26;
}
.AnyTagClassName
{
color: #DFEC26;
}
</style>
background-color css
<style>
a { background-color: #DFEC26; }
a { background-color: rgb(223,236,38); }
div.DivClassName
{
background-color: #DFEC26;
}
.BgClassName
{
background-color: #DFEC26;
}
</style>
border-color css
<style>
span { border-color: #DFEC26; }
span { border-color: rgb(223,236,38); }
td.TdClassName
{
border-color: #DFEC26;
}
.TagClassName
{
border-color: #DFEC26;
}
</style>