Shades of Pear #DBE020
Tints of Pear #DBE020
RGB
CMYK
RGB Variations
Color information
#DBE020 (or 0xDBE020) is known color: Pear. HEX triplet: DB, E0 and 20. RGB value is (219,224,32). Sum of RGB (Red+Green+Blue) = 219+224+32=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE020 is #241FDF. Grayscale: #C9C9C9. Windows color (decimal): -2367456 or 2154715. OLE color: 2154715.
HSL color Cylindrical-coordinate representation of color #DBE020: hue angle of 61.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE020 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 32 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.12 |
| HSL | 61.56º | 0.76% | 0.5% | - |
| HSV(B) | 61.56º | 0.86% | 0.88% | - |
| XYZ | 56.13 | 68.48 | 11.63 | - |
| YUV | 200.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 32 | 0.02 | 0 | 0.86 | 0.12 | 61.56 | 0.76 | 0.5 |
| Hex | DB | E0 | 20 | 2 | 0 | 56 | C | 3E | 4C | 32 |
| Octal | 333 | 340 | 40 | 2 | 0 | 126 | 14 | 76 | 114 | 62 |
| Binary | 11011011 | 11100000 | 100000 | 10 | 0 | 1010110 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DBE020
Complementary color
Monochromatic Colors of #DBE020
Black with #DBE020
Text Example
Text Example
White with #DBE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE020; }
p { color: rgb(219,224,32); }
H1.HeaderClassName
{
color: #DBE020;
}
.AnyTagClassName
{
color: #DBE020;
}
</style>
background-color css
<style>
a { background-color: #DBE020; }
a { background-color: rgb(219,224,32); }
div.DivClassName
{
background-color: #DBE020;
}
.BgClassName
{
background-color: #DBE020;
}
</style>
border-color css
<style>
span { border-color: #DBE020; }
span { border-color: rgb(219,224,32); }
td.TdClassName
{
border-color: #DBE020;
}
.TagClassName
{
border-color: #DBE020;
}
</style>