Shades of Pear #DFEC1D
Tints of Pear #DFEC1D
RGB
CMYK
RGB Variations
Color information
#DFEC1D (or 0xDFEC1D) is known color: Pear. HEX triplet: DF, EC and 1D. RGB value is (223,236,29). Sum of RGB (Red+Green+Blue) = 223+236+29=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC1D is #2013E2. Grayscale: #D1D1D1. Windows color (decimal): -2102243 or 1961183. OLE color: 1961183.
HSL color Cylindrical-coordinate representation of color #DFEC1D: hue angle of 63.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFEC1D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.07 |
| HSL | 63.77º | 0.84% | 0.52% | - |
| HSV(B) | 63.77º | 0.88% | 0.93% | - |
| XYZ | 60.65 | 75.77 | 12.59 | - |
| YUV | 208.52 | 26.69 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 29 | 0.06 | 0 | 0.88 | 0.07 | 63.77 | 0.84 | 0.52 |
| Hex | DF | EC | 1D | 6 | 0 | 58 | 7 | 40 | 54 | 34 |
| Octal | 337 | 354 | 35 | 6 | 0 | 130 | 7 | 100 | 124 | 64 |
| Binary | 11011111 | 11101100 | 11101 | 110 | 0 | 1011000 | 111 | 1000000 | 1010100 | 110100 |
Color Harmonies of #DFEC1D
Complementary color
Monochromatic Colors of #DFEC1D
Black with #DFEC1D
Text Example
Text Example
White with #DFEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC1D; }
p { color: rgb(223,236,29); }
H1.HeaderClassName
{
color: #DFEC1D;
}
.AnyTagClassName
{
color: #DFEC1D;
}
</style>
background-color css
<style>
a { background-color: #DFEC1D; }
a { background-color: rgb(223,236,29); }
div.DivClassName
{
background-color: #DFEC1D;
}
.BgClassName
{
background-color: #DFEC1D;
}
</style>
border-color css
<style>
span { border-color: #DFEC1D; }
span { border-color: rgb(223,236,29); }
td.TdClassName
{
border-color: #DFEC1D;
}
.TagClassName
{
border-color: #DFEC1D;
}
</style>