Shades of Pear #DBE322
Tints of Pear #DBE322
RGB
CMYK
RGB Variations
Color information
#DBE322 (or 0xDBE322) is known color: Pear. HEX triplet: DB, E3 and 22. RGB value is (219,227,34). Sum of RGB (Red+Green+Blue) = 219+227+34=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE322 is #241CDD. Grayscale: #CBCBCB. Windows color (decimal): -2366686 or 2286555. OLE color: 2286555.
HSL color Cylindrical-coordinate representation of color #DBE322: hue angle of 62.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBE322 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 34 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.11 |
| HSL | 62.49º | 0.78% | 0.51% | - |
| HSV(B) | 62.49º | 0.85% | 0.89% | - |
| XYZ | 56.97 | 70.11 | 12.04 | - |
| YUV | 202.61 | 32.85 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 34 | 0.04 | 0 | 0.85 | 0.11 | 62.49 | 0.78 | 0.51 |
| Hex | DB | E3 | 22 | 4 | 0 | 55 | B | 3E | 4E | 33 |
| Octal | 333 | 343 | 42 | 4 | 0 | 125 | 13 | 76 | 116 | 63 |
| Binary | 11011011 | 11100011 | 100010 | 100 | 0 | 1010101 | 1011 | 111110 | 1001110 | 110011 |
Color Harmonies of #DBE322
Complementary color
Monochromatic Colors of #DBE322
Black with #DBE322
Text Example
Text Example
White with #DBE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE322; }
p { color: rgb(219,227,34); }
H1.HeaderClassName
{
color: #DBE322;
}
.AnyTagClassName
{
color: #DBE322;
}
</style>
background-color css
<style>
a { background-color: #DBE322; }
a { background-color: rgb(219,227,34); }
div.DivClassName
{
background-color: #DBE322;
}
.BgClassName
{
background-color: #DBE322;
}
</style>
border-color css
<style>
span { border-color: #DBE322; }
span { border-color: rgb(219,227,34); }
td.TdClassName
{
border-color: #DBE322;
}
.TagClassName
{
border-color: #DBE322;
}
</style>