Shades of Pear #DFEA28
Tints of Pear #DFEA28
RGB
CMYK
RGB Variations
Color information
#DFEA28 (or 0xDFEA28) is known color: Pear. HEX triplet: DF, EA and 28. RGB value is (223,234,40). Sum of RGB (Red+Green+Blue) = 223+234+40=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA28 is #2015D7. Grayscale: #D1D1D1. Windows color (decimal): -2102744 or 2681567. OLE color: 2681567.
HSL color Cylindrical-coordinate representation of color #DFEA28: hue angle of 63.4º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFEA28 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 40 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.08 |
| HSL | 63.4º | 0.82% | 0.54% | - |
| HSV(B) | 63.4º | 0.83% | 0.92% | - |
| XYZ | 60.24 | 74.69 | 13.25 | - |
| YUV | 208.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 40 | 0.05 | 0 | 0.83 | 0.08 | 63.4 | 0.82 | 0.54 |
| Hex | DF | EA | 28 | 5 | 0 | 53 | 8 | 3F | 52 | 36 |
| Octal | 337 | 352 | 50 | 5 | 0 | 123 | 10 | 77 | 122 | 66 |
| Binary | 11011111 | 11101010 | 101000 | 101 | 0 | 1010011 | 1000 | 111111 | 1010010 | 110110 |
Color Harmonies of #DFEA28
Complementary color
Monochromatic Colors of #DFEA28
Black with #DFEA28
Text Example
Text Example
White with #DFEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA28; }
p { color: rgb(223,234,40); }
H1.HeaderClassName
{
color: #DFEA28;
}
.AnyTagClassName
{
color: #DFEA28;
}
</style>
background-color css
<style>
a { background-color: #DFEA28; }
a { background-color: rgb(223,234,40); }
div.DivClassName
{
background-color: #DFEA28;
}
.BgClassName
{
background-color: #DFEA28;
}
</style>
border-color css
<style>
span { border-color: #DFEA28; }
span { border-color: rgb(223,234,40); }
td.TdClassName
{
border-color: #DFEA28;
}
.TagClassName
{
border-color: #DFEA28;
}
</style>