Shades of Pear #DBE420
Tints of Pear #DBE420
RGB
CMYK
RGB Variations
Color information
#DBE420 (or 0xDBE420) is known color: Pear. HEX triplet: DB, E4 and 20. RGB value is (219,228,32). Sum of RGB (Red+Green+Blue) = 219+228+32=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE420 is #241BDF. Grayscale: #CBCBCB. Windows color (decimal): -2366432 or 2155739. OLE color: 2155739.
HSL color Cylindrical-coordinate representation of color #DBE420: hue angle of 62.76º 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 #DBE420 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 62.76º | 0.78% | 0.51% | - |
| HSV(B) | 62.76º | 0.86% | 0.89% | - |
| XYZ | 57.22 | 70.65 | 11.99 | - |
| YUV | 202.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 32 | 0.04 | 0 | 0.86 | 0.11 | 62.76 | 0.78 | 0.51 |
| Hex | DB | E4 | 20 | 4 | 0 | 56 | B | 3F | 4E | 33 |
| Octal | 333 | 344 | 40 | 4 | 0 | 126 | 13 | 77 | 116 | 63 |
| Binary | 11011011 | 11100100 | 100000 | 100 | 0 | 1010110 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DBE420
Complementary color
Monochromatic Colors of #DBE420
Black with #DBE420
Text Example
Text Example
White with #DBE420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE420; }
p { color: rgb(219,228,32); }
H1.HeaderClassName
{
color: #DBE420;
}
.AnyTagClassName
{
color: #DBE420;
}
</style>
background-color css
<style>
a { background-color: #DBE420; }
a { background-color: rgb(219,228,32); }
div.DivClassName
{
background-color: #DBE420;
}
.BgClassName
{
background-color: #DBE420;
}
</style>
border-color css
<style>
span { border-color: #DBE420; }
span { border-color: rgb(219,228,32); }
td.TdClassName
{
border-color: #DBE420;
}
.TagClassName
{
border-color: #DBE420;
}
</style>