Shades of Pear #DBE32F
Tints of Pear #DBE32F
RGB
CMYK
RGB Variations
Color information
#DBE32F (or 0xDBE32F) is known color: Pear. HEX triplet: DB, E3 and 2F. RGB value is (219,227,47). Sum of RGB (Red+Green+Blue) = 219+227+47=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE32F is #241CD0. Grayscale: #CCCCCC. Windows color (decimal): -2366673 or 3138523. OLE color: 3138523.
HSL color Cylindrical-coordinate representation of color #DBE32F: hue angle of 62.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBE32F is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 47 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.11 |
| HSL | 62.67º | 0.76% | 0.54% | - |
| HSV(B) | 62.67º | 0.79% | 0.89% | - |
| XYZ | 57.2 | 70.2 | 13.23 | - |
| YUV | 204.09 | 39.35 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 47 | 0.04 | 0 | 0.79 | 0.11 | 62.67 | 0.76 | 0.54 |
| Hex | DB | E3 | 2F | 4 | 0 | 4F | B | 3F | 4C | 36 |
| Octal | 333 | 343 | 57 | 4 | 0 | 117 | 13 | 77 | 114 | 66 |
| Binary | 11011011 | 11100011 | 101111 | 100 | 0 | 1001111 | 1011 | 111111 | 1001100 | 110110 |
Color Harmonies of #DBE32F
Complementary color
Monochromatic Colors of #DBE32F
Black with #DBE32F
Text Example
Text Example
White with #DBE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE32F; }
p { color: rgb(219,227,47); }
H1.HeaderClassName
{
color: #DBE32F;
}
.AnyTagClassName
{
color: #DBE32F;
}
</style>
background-color css
<style>
a { background-color: #DBE32F; }
a { background-color: rgb(219,227,47); }
div.DivClassName
{
background-color: #DBE32F;
}
.BgClassName
{
background-color: #DBE32F;
}
</style>
border-color css
<style>
span { border-color: #DBE32F; }
span { border-color: rgb(219,227,47); }
td.TdClassName
{
border-color: #DBE32F;
}
.TagClassName
{
border-color: #DBE32F;
}
</style>