Shades of Pear #DBE32E
Tints of Pear #DBE32E
RGB
CMYK
RGB Variations
Color information
#DBE32E (or 0xDBE32E) is known color: Pear. HEX triplet: DB, E3 and 2E. RGB value is (219,227,46). Sum of RGB (Red+Green+Blue) = 219+227+46=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE32E is #241CD1. Grayscale: #CCCCCC. Windows color (decimal): -2366674 or 3072987. OLE color: 3072987.
HSL color Cylindrical-coordinate representation of color #DBE32E: hue angle of 62.65º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBE32E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.11 |
| HSL | 62.65º | 0.76% | 0.54% | - |
| HSV(B) | 62.65º | 0.8% | 0.89% | - |
| XYZ | 57.18 | 70.2 | 13.12 | - |
| YUV | 203.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 46 | 0.04 | 0 | 0.80 | 0.11 | 62.65 | 0.76 | 0.54 |
| Hex | DB | E3 | 2E | 4 | 0 | 50 | B | 3F | 4C | 36 |
| Octal | 333 | 343 | 56 | 4 | 0 | 120 | 13 | 77 | 114 | 66 |
| Binary | 11011011 | 11100011 | 101110 | 100 | 0 | 1010000 | 1011 | 111111 | 1001100 | 110110 |
Color Harmonies of #DBE32E
Complementary color
Monochromatic Colors of #DBE32E
Black with #DBE32E
Text Example
Text Example
White with #DBE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE32E; }
p { color: rgb(219,227,46); }
H1.HeaderClassName
{
color: #DBE32E;
}
.AnyTagClassName
{
color: #DBE32E;
}
</style>
background-color css
<style>
a { background-color: #DBE32E; }
a { background-color: rgb(219,227,46); }
div.DivClassName
{
background-color: #DBE32E;
}
.BgClassName
{
background-color: #DBE32E;
}
</style>
border-color css
<style>
span { border-color: #DBE32E; }
span { border-color: rgb(219,227,46); }
td.TdClassName
{
border-color: #DBE32E;
}
.TagClassName
{
border-color: #DBE32E;
}
</style>