Shades of Pear #DFEA2C
Tints of Pear #DFEA2C
RGB
CMYK
RGB Variations
Color information
#DFEA2C (or 0xDFEA2C) is known color: Pear. HEX triplet: DF, EA and 2C. RGB value is (223,234,44). Sum of RGB (Red+Green+Blue) = 223+234+44=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA2C is #2015D3. Grayscale: #D1D1D1. Windows color (decimal): -2102740 or 2943711. OLE color: 2943711.
HSL color Cylindrical-coordinate representation of color #DFEA2C: hue angle of 63.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFEA2C is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 44 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.08 |
| HSL | 63.47º | 0.82% | 0.55% | - |
| HSV(B) | 63.47º | 0.81% | 0.92% | - |
| XYZ | 60.31 | 74.72 | 13.63 | - |
| YUV | 209.05 | 34.86 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 44 | 0.05 | 0 | 0.81 | 0.08 | 63.47 | 0.82 | 0.55 |
| Hex | DF | EA | 2C | 5 | 0 | 51 | 8 | 3F | 52 | 37 |
| Octal | 337 | 352 | 54 | 5 | 0 | 121 | 10 | 77 | 122 | 67 |
| Binary | 11011111 | 11101010 | 101100 | 101 | 0 | 1010001 | 1000 | 111111 | 1010010 | 110111 |
Color Harmonies of #DFEA2C
Complementary color
Monochromatic Colors of #DFEA2C
Black with #DFEA2C
Text Example
Text Example
White with #DFEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA2C; }
p { color: rgb(223,234,44); }
H1.HeaderClassName
{
color: #DFEA2C;
}
.AnyTagClassName
{
color: #DFEA2C;
}
</style>
background-color css
<style>
a { background-color: #DFEA2C; }
a { background-color: rgb(223,234,44); }
div.DivClassName
{
background-color: #DFEA2C;
}
.BgClassName
{
background-color: #DFEA2C;
}
</style>
border-color css
<style>
span { border-color: #DFEA2C; }
span { border-color: rgb(223,234,44); }
td.TdClassName
{
border-color: #DFEA2C;
}
.TagClassName
{
border-color: #DFEA2C;
}
</style>