Shades of Pear #DFE920
Tints of Pear #DFE920
RGB
CMYK
RGB Variations
Color information
#DFE920 (or 0xDFE920) is known color: Pear. HEX triplet: DF, E9 and 20. RGB value is (223,233,32). Sum of RGB (Red+Green+Blue) = 223+233+32=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE920 is #2016DF. Grayscale: #CFCFCF. Windows color (decimal): -2103008 or 2157023. OLE color: 2157023.
HSL color Cylindrical-coordinate representation of color #DFE920: hue angle of 62.99º degrees, saturation: 0.82, 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 #DFE920 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.09 |
| HSL | 62.99º | 0.82% | 0.52% | - |
| HSV(B) | 62.99º | 0.86% | 0.91% | - |
| XYZ | 59.83 | 74.07 | 12.51 | - |
| YUV | 207.1 | 29.19 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 32 | 0.04 | 0 | 0.86 | 0.09 | 62.99 | 0.82 | 0.52 |
| Hex | DF | E9 | 20 | 4 | 0 | 56 | 9 | 3F | 52 | 34 |
| Octal | 337 | 351 | 40 | 4 | 0 | 126 | 11 | 77 | 122 | 64 |
| Binary | 11011111 | 11101001 | 100000 | 100 | 0 | 1010110 | 1001 | 111111 | 1010010 | 110100 |
Color Harmonies of #DFE920
Complementary color
Monochromatic Colors of #DFE920
Black with #DFE920
Text Example
Text Example
White with #DFE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE920; }
p { color: rgb(223,233,32); }
H1.HeaderClassName
{
color: #DFE920;
}
.AnyTagClassName
{
color: #DFE920;
}
</style>
background-color css
<style>
a { background-color: #DFE920; }
a { background-color: rgb(223,233,32); }
div.DivClassName
{
background-color: #DFE920;
}
.BgClassName
{
background-color: #DFE920;
}
</style>
border-color css
<style>
span { border-color: #DFE920; }
span { border-color: rgb(223,233,32); }
td.TdClassName
{
border-color: #DFE920;
}
.TagClassName
{
border-color: #DFE920;
}
</style>