Shades of Pear #DFEC1A
Tints of Pear #DFEC1A
RGB
CMYK
RGB Variations
Color information
#DFEC1A (or 0xDFEC1A) is known color: Pear. HEX triplet: DF, EC and 1A. RGB value is (223,236,26). Sum of RGB (Red+Green+Blue) = 223+236+26=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC1A is #2013E5. Grayscale: #D1D1D1. Windows color (decimal): -2102246 or 1764575. OLE color: 1764575.
HSL color Cylindrical-coordinate representation of color #DFEC1A: hue angle of 63.71º 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 #DFEC1A is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 26 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.07 |
| HSL | 63.71º | 0.85% | 0.51% | - |
| HSV(B) | 63.71º | 0.89% | 0.93% | - |
| XYZ | 60.61 | 75.75 | 12.4 | - |
| YUV | 208.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 26 | 0.06 | 0 | 0.89 | 0.07 | 63.71 | 0.85 | 0.51 |
| Hex | DF | EC | 1A | 6 | 0 | 59 | 7 | 40 | 55 | 33 |
| Octal | 337 | 354 | 32 | 6 | 0 | 131 | 7 | 100 | 125 | 63 |
| Binary | 11011111 | 11101100 | 11010 | 110 | 0 | 1011001 | 111 | 1000000 | 1010101 | 110011 |
Color Harmonies of #DFEC1A
Complementary color
Monochromatic Colors of #DFEC1A
Black with #DFEC1A
Text Example
Text Example
White with #DFEC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC1A; }
p { color: rgb(223,236,26); }
H1.HeaderClassName
{
color: #DFEC1A;
}
.AnyTagClassName
{
color: #DFEC1A;
}
</style>
background-color css
<style>
a { background-color: #DFEC1A; }
a { background-color: rgb(223,236,26); }
div.DivClassName
{
background-color: #DFEC1A;
}
.BgClassName
{
background-color: #DFEC1A;
}
</style>
border-color css
<style>
span { border-color: #DFEC1A; }
span { border-color: rgb(223,236,26); }
td.TdClassName
{
border-color: #DFEC1A;
}
.TagClassName
{
border-color: #DFEC1A;
}
</style>