Shades of Pear #DFEC2A
Tints of Pear #DFEC2A
RGB
CMYK
RGB Variations
Color information
#DFEC2A (or 0xDFEC2A) is known color: Pear. HEX triplet: DF, EC and 2A. RGB value is (223,236,42). Sum of RGB (Red+Green+Blue) = 223+236+42=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC2A is #2013D5. Grayscale: #D2D2D2. Windows color (decimal): -2102230 or 2813151. OLE color: 2813151.
HSL color Cylindrical-coordinate representation of color #DFEC2A: hue angle of 64.02º 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 #DFEC2A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 42 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.07 |
| HSL | 64.02º | 0.84% | 0.55% | - |
| HSV(B) | 64.02º | 0.82% | 0.93% | - |
| XYZ | 60.84 | 75.85 | 13.62 | - |
| YUV | 210 | 33.19 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 42 | 0.06 | 0 | 0.82 | 0.07 | 64.02 | 0.84 | 0.55 |
| Hex | DF | EC | 2A | 6 | 0 | 52 | 7 | 40 | 54 | 37 |
| Octal | 337 | 354 | 52 | 6 | 0 | 122 | 7 | 100 | 124 | 67 |
| Binary | 11011111 | 11101100 | 101010 | 110 | 0 | 1010010 | 111 | 1000000 | 1010100 | 110111 |
Color Harmonies of #DFEC2A
Complementary color
Monochromatic Colors of #DFEC2A
Black with #DFEC2A
Text Example
Text Example
White with #DFEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC2A; }
p { color: rgb(223,236,42); }
H1.HeaderClassName
{
color: #DFEC2A;
}
.AnyTagClassName
{
color: #DFEC2A;
}
</style>
background-color css
<style>
a { background-color: #DFEC2A; }
a { background-color: rgb(223,236,42); }
div.DivClassName
{
background-color: #DFEC2A;
}
.BgClassName
{
background-color: #DFEC2A;
}
</style>
border-color css
<style>
span { border-color: #DFEC2A; }
span { border-color: rgb(223,236,42); }
td.TdClassName
{
border-color: #DFEC2A;
}
.TagClassName
{
border-color: #DFEC2A;
}
</style>