Shades of Pear #DFEC1E
Tints of Pear #DFEC1E
RGB
CMYK
RGB Variations
Color information
#DFEC1E (or 0xDFEC1E) is known color: Pear. HEX triplet: DF, EC and 1E. RGB value is (223,236,30). Sum of RGB (Red+Green+Blue) = 223+236+30=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC1E is #2013E1. Grayscale: #D1D1D1. Windows color (decimal): -2102242 or 2026719. OLE color: 2026719.
HSL color Cylindrical-coordinate representation of color #DFEC1E: hue angle of 63.79º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFEC1E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 30 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.07 |
| HSL | 63.79º | 0.84% | 0.52% | - |
| HSV(B) | 63.79º | 0.87% | 0.93% | - |
| XYZ | 60.66 | 75.77 | 12.66 | - |
| YUV | 208.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 30 | 0.06 | 0 | 0.87 | 0.07 | 63.79 | 0.84 | 0.52 |
| Hex | DF | EC | 1E | 6 | 0 | 57 | 7 | 40 | 54 | 34 |
| Octal | 337 | 354 | 36 | 6 | 0 | 127 | 7 | 100 | 124 | 64 |
| Binary | 11011111 | 11101100 | 11110 | 110 | 0 | 1010111 | 111 | 1000000 | 1010100 | 110100 |
Color Harmonies of #DFEC1E
Complementary color
Monochromatic Colors of #DFEC1E
Black with #DFEC1E
Text Example
Text Example
White with #DFEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC1E; }
p { color: rgb(223,236,30); }
H1.HeaderClassName
{
color: #DFEC1E;
}
.AnyTagClassName
{
color: #DFEC1E;
}
</style>
background-color css
<style>
a { background-color: #DFEC1E; }
a { background-color: rgb(223,236,30); }
div.DivClassName
{
background-color: #DFEC1E;
}
.BgClassName
{
background-color: #DFEC1E;
}
</style>
border-color css
<style>
span { border-color: #DFEC1E; }
span { border-color: rgb(223,236,30); }
td.TdClassName
{
border-color: #DFEC1E;
}
.TagClassName
{
border-color: #DFEC1E;
}
</style>