Shades of Pear #DFE420
Tints of Pear #DFE420
RGB
CMYK
RGB Variations
Color information
#DFE420 (or 0xDFE420) is known color: Pear. HEX triplet: DF, E4 and 20. RGB value is (223,228,32). Sum of RGB (Red+Green+Blue) = 223+228+32=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE420 is #201BDF. Grayscale: #CCCCCC. Windows color (decimal): -2104288 or 2155743. OLE color: 2155743.
HSL color Cylindrical-coordinate representation of color #DFE420: hue angle of 61.53º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE420 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 32 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.11 |
| HSL | 61.53º | 0.78% | 0.51% | - |
| HSV(B) | 61.53º | 0.86% | 0.89% | - |
| XYZ | 58.44 | 71.28 | 12.04 | - |
| YUV | 204.16 | 30.84 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 32 | 0.02 | 0 | 0.86 | 0.11 | 61.53 | 0.78 | 0.51 |
| Hex | DF | E4 | 20 | 2 | 0 | 56 | B | 3E | 4E | 33 |
| Octal | 337 | 344 | 40 | 2 | 0 | 126 | 13 | 76 | 116 | 63 |
| Binary | 11011111 | 11100100 | 100000 | 10 | 0 | 1010110 | 1011 | 111110 | 1001110 | 110011 |
Color Harmonies of #DFE420
Complementary color
Monochromatic Colors of #DFE420
Black with #DFE420
Text Example
Text Example
White with #DFE420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE420; }
p { color: rgb(223,228,32); }
H1.HeaderClassName
{
color: #DFE420;
}
.AnyTagClassName
{
color: #DFE420;
}
</style>
background-color css
<style>
a { background-color: #DFE420; }
a { background-color: rgb(223,228,32); }
div.DivClassName
{
background-color: #DFE420;
}
.BgClassName
{
background-color: #DFE420;
}
</style>
border-color css
<style>
span { border-color: #DFE420; }
span { border-color: rgb(223,228,32); }
td.TdClassName
{
border-color: #DFE420;
}
.TagClassName
{
border-color: #DFE420;
}
</style>