Shades of Pear #DFEB20
Tints of Pear #DFEB20
RGB
CMYK
RGB Variations
Color information
#DFEB20 (or 0xDFEB20) is known color: Pear. HEX triplet: DF, EB and 20. RGB value is (223,235,32). Sum of RGB (Red+Green+Blue) = 223+235+32=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB20 is #2014DF. Grayscale: #D1D1D1. Windows color (decimal): -2102496 or 2157535. OLE color: 2157535.
HSL color Cylindrical-coordinate representation of color #DFEB20: hue angle of 63.55º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFEB20 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 32 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.08 |
| HSL | 63.55º | 0.84% | 0.52% | - |
| HSV(B) | 63.55º | 0.86% | 0.92% | - |
| XYZ | 60.4 | 75.21 | 12.7 | - |
| YUV | 208.27 | 28.52 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 32 | 0.05 | 0 | 0.86 | 0.08 | 63.55 | 0.84 | 0.52 |
| Hex | DF | EB | 20 | 5 | 0 | 56 | 8 | 40 | 54 | 34 |
| Octal | 337 | 353 | 40 | 5 | 0 | 126 | 10 | 100 | 124 | 64 |
| Binary | 11011111 | 11101011 | 100000 | 101 | 0 | 1010110 | 1000 | 1000000 | 1010100 | 110100 |
Color Harmonies of #DFEB20
Complementary color
Monochromatic Colors of #DFEB20
Black with #DFEB20
Text Example
Text Example
White with #DFEB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB20; }
p { color: rgb(223,235,32); }
H1.HeaderClassName
{
color: #DFEB20;
}
.AnyTagClassName
{
color: #DFEB20;
}
</style>
background-color css
<style>
a { background-color: #DFEB20; }
a { background-color: rgb(223,235,32); }
div.DivClassName
{
background-color: #DFEB20;
}
.BgClassName
{
background-color: #DFEB20;
}
</style>
border-color css
<style>
span { border-color: #DFEB20; }
span { border-color: rgb(223,235,32); }
td.TdClassName
{
border-color: #DFEB20;
}
.TagClassName
{
border-color: #DFEB20;
}
</style>