Shades of Pear #DFEC2D
Tints of Pear #DFEC2D
RGB
CMYK
RGB Variations
Color information
#DFEC2D (or 0xDFEC2D) is known color: Pear. HEX triplet: DF, EC and 2D. RGB value is (223,236,45). Sum of RGB (Red+Green+Blue) = 223+236+45=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC2D is #2013D2. Grayscale: #D3D3D3. Windows color (decimal): -2102227 or 3009759. OLE color: 3009759.
HSL color Cylindrical-coordinate representation of color #DFEC2D: hue angle of 64.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFEC2D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.08º | 0.83% | 0.55% | - |
| HSV(B) | 64.08º | 0.81% | 0.93% | - |
| XYZ | 60.9 | 75.87 | 13.92 | - |
| YUV | 210.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 45 | 0.06 | 0 | 0.81 | 0.07 | 64.08 | 0.83 | 0.55 |
| Hex | DF | EC | 2D | 6 | 0 | 51 | 7 | 40 | 53 | 37 |
| Octal | 337 | 354 | 55 | 6 | 0 | 121 | 7 | 100 | 123 | 67 |
| Binary | 11011111 | 11101100 | 101101 | 110 | 0 | 1010001 | 111 | 1000000 | 1010011 | 110111 |
Color Harmonies of #DFEC2D
Complementary color
Monochromatic Colors of #DFEC2D
Black with #DFEC2D
Text Example
Text Example
White with #DFEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC2D; }
p { color: rgb(223,236,45); }
H1.HeaderClassName
{
color: #DFEC2D;
}
.AnyTagClassName
{
color: #DFEC2D;
}
</style>
background-color css
<style>
a { background-color: #DFEC2D; }
a { background-color: rgb(223,236,45); }
div.DivClassName
{
background-color: #DFEC2D;
}
.BgClassName
{
background-color: #DFEC2D;
}
</style>
border-color css
<style>
span { border-color: #DFEC2D; }
span { border-color: rgb(223,236,45); }
td.TdClassName
{
border-color: #DFEC2D;
}
.TagClassName
{
border-color: #DFEC2D;
}
</style>