Shades of Pear #DFEC2B
Tints of Pear #DFEC2B
RGB
CMYK
RGB Variations
Color information
#DFEC2B (or 0xDFEC2B) is known color: Pear. HEX triplet: DF, EC and 2B. RGB value is (223,236,43). Sum of RGB (Red+Green+Blue) = 223+236+43=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC2B is #2013D4. Grayscale: #D2D2D2. Windows color (decimal): -2102229 or 2878687. OLE color: 2878687.
HSL color Cylindrical-coordinate representation of color #DFEC2B: hue angle of 64.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFEC2B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 43 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.07 |
| HSL | 64.04º | 0.84% | 0.55% | - |
| HSV(B) | 64.04º | 0.82% | 0.93% | - |
| XYZ | 60.86 | 75.85 | 13.72 | - |
| YUV | 210.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 43 | 0.06 | 0 | 0.82 | 0.07 | 64.04 | 0.84 | 0.55 |
| Hex | DF | EC | 2B | 6 | 0 | 52 | 7 | 40 | 54 | 37 |
| Octal | 337 | 354 | 53 | 6 | 0 | 122 | 7 | 100 | 124 | 67 |
| Binary | 11011111 | 11101100 | 101011 | 110 | 0 | 1010010 | 111 | 1000000 | 1010100 | 110111 |
Color Harmonies of #DFEC2B
Complementary color
Monochromatic Colors of #DFEC2B
Black with #DFEC2B
Text Example
Text Example
White with #DFEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC2B; }
p { color: rgb(223,236,43); }
H1.HeaderClassName
{
color: #DFEC2B;
}
.AnyTagClassName
{
color: #DFEC2B;
}
</style>
background-color css
<style>
a { background-color: #DFEC2B; }
a { background-color: rgb(223,236,43); }
div.DivClassName
{
background-color: #DFEC2B;
}
.BgClassName
{
background-color: #DFEC2B;
}
</style>
border-color css
<style>
span { border-color: #DFEC2B; }
span { border-color: rgb(223,236,43); }
td.TdClassName
{
border-color: #DFEC2B;
}
.TagClassName
{
border-color: #DFEC2B;
}
</style>