Shades of Pear #DBE221
Tints of Pear #DBE221
RGB
CMYK
RGB Variations
Color information
#DBE221 (or 0xDBE221) is known color: Pear. HEX triplet: DB, E2 and 21. RGB value is (219,226,33). Sum of RGB (Red+Green+Blue) = 219+226+33=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE221 is #241DDE. Grayscale: #CACACA. Windows color (decimal): -2366943 or 2220763. OLE color: 2220763.
HSL color Cylindrical-coordinate representation of color #DBE221: hue angle of 62.18º 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 #DBE221 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 33 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.11 |
| HSL | 62.18º | 0.77% | 0.51% | - |
| HSV(B) | 62.18º | 0.85% | 0.89% | - |
| XYZ | 56.68 | 69.56 | 11.88 | - |
| YUV | 201.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 33 | 0.03 | 0 | 0.85 | 0.11 | 62.18 | 0.77 | 0.51 |
| Hex | DB | E2 | 21 | 3 | 0 | 55 | B | 3E | 4D | 33 |
| Octal | 333 | 342 | 41 | 3 | 0 | 125 | 13 | 76 | 115 | 63 |
| Binary | 11011011 | 11100010 | 100001 | 11 | 0 | 1010101 | 1011 | 111110 | 1001101 | 110011 |
Color Harmonies of #DBE221
Complementary color
Monochromatic Colors of #DBE221
Black with #DBE221
Text Example
Text Example
White with #DBE221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE221; }
p { color: rgb(219,226,33); }
H1.HeaderClassName
{
color: #DBE221;
}
.AnyTagClassName
{
color: #DBE221;
}
</style>
background-color css
<style>
a { background-color: #DBE221; }
a { background-color: rgb(219,226,33); }
div.DivClassName
{
background-color: #DBE221;
}
.BgClassName
{
background-color: #DBE221;
}
</style>
border-color css
<style>
span { border-color: #DBE221; }
span { border-color: rgb(219,226,33); }
td.TdClassName
{
border-color: #DBE221;
}
.TagClassName
{
border-color: #DBE221;
}
</style>