Shades of Pear #DFE820
Tints of Pear #DFE820
RGB
CMYK
RGB Variations
Color information
#DFE820 (or 0xDFE820) is known color: Pear. HEX triplet: DF, E8 and 20. RGB value is (223,232,32). Sum of RGB (Red+Green+Blue) = 223+232+32=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE820 is #2017DF. Grayscale: #CFCFCF. Windows color (decimal): -2103264 or 2156767. OLE color: 2156767.
HSL color Cylindrical-coordinate representation of color #DFE820: hue angle of 62.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE820 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.09 |
| HSL | 62.7º | 0.81% | 0.52% | - |
| HSV(B) | 62.7º | 0.86% | 0.91% | - |
| XYZ | 59.55 | 73.51 | 12.42 | - |
| YUV | 206.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 32 | 0.04 | 0 | 0.86 | 0.09 | 62.7 | 0.81 | 0.52 |
| Hex | DF | E8 | 20 | 4 | 0 | 56 | 9 | 3F | 51 | 34 |
| Octal | 337 | 350 | 40 | 4 | 0 | 126 | 11 | 77 | 121 | 64 |
| Binary | 11011111 | 11101000 | 100000 | 100 | 0 | 1010110 | 1001 | 111111 | 1010001 | 110100 |
Color Harmonies of #DFE820
Complementary color
Monochromatic Colors of #DFE820
Black with #DFE820
Text Example
Text Example
White with #DFE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE820; }
p { color: rgb(223,232,32); }
H1.HeaderClassName
{
color: #DFE820;
}
.AnyTagClassName
{
color: #DFE820;
}
</style>
background-color css
<style>
a { background-color: #DFE820; }
a { background-color: rgb(223,232,32); }
div.DivClassName
{
background-color: #DFE820;
}
.BgClassName
{
background-color: #DFE820;
}
</style>
border-color css
<style>
span { border-color: #DFE820; }
span { border-color: rgb(223,232,32); }
td.TdClassName
{
border-color: #DFE820;
}
.TagClassName
{
border-color: #DFE820;
}
</style>