Shades of Pear #DBE222
Tints of Pear #DBE222
RGB
CMYK
RGB Variations
Color information
#DBE222 (or 0xDBE222) is known color: Pear. HEX triplet: DB, E2 and 22. RGB value is (219,226,34). Sum of RGB (Red+Green+Blue) = 219+226+34=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE222 is #241DDD. Grayscale: #CACACA. Windows color (decimal): -2366942 or 2286299. OLE color: 2286299.
HSL color Cylindrical-coordinate representation of color #DBE222: hue angle of 62.19º degrees, saturation: 0.77, 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 #DBE222 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 34 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.11 |
| HSL | 62.19º | 0.77% | 0.51% | - |
| HSV(B) | 62.19º | 0.85% | 0.89% | - |
| XYZ | 56.7 | 69.57 | 11.95 | - |
| YUV | 202.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 34 | 0.03 | 0 | 0.85 | 0.11 | 62.19 | 0.77 | 0.51 |
| Hex | DB | E2 | 22 | 3 | 0 | 55 | B | 3E | 4D | 33 |
| Octal | 333 | 342 | 42 | 3 | 0 | 125 | 13 | 76 | 115 | 63 |
| Binary | 11011011 | 11100010 | 100010 | 11 | 0 | 1010101 | 1011 | 111110 | 1001101 | 110011 |
Color Harmonies of #DBE222
Complementary color
Monochromatic Colors of #DBE222
Black with #DBE222
Text Example
Text Example
White with #DBE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE222; }
p { color: rgb(219,226,34); }
H1.HeaderClassName
{
color: #DBE222;
}
.AnyTagClassName
{
color: #DBE222;
}
</style>
background-color css
<style>
a { background-color: #DBE222; }
a { background-color: rgb(219,226,34); }
div.DivClassName
{
background-color: #DBE222;
}
.BgClassName
{
background-color: #DBE222;
}
</style>
border-color css
<style>
span { border-color: #DBE222; }
span { border-color: rgb(219,226,34); }
td.TdClassName
{
border-color: #DBE222;
}
.TagClassName
{
border-color: #DBE222;
}
</style>