Shades of Pear #DBE422
Tints of Pear #DBE422
RGB
CMYK
RGB Variations
Color information
#DBE422 (or 0xDBE422) is known color: Pear. HEX triplet: DB, E4 and 22. RGB value is (219,228,34). Sum of RGB (Red+Green+Blue) = 219+228+34=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE422 is #241BDD. Grayscale: #CBCBCB. Windows color (decimal): -2366430 or 2286811. OLE color: 2286811.
HSL color Cylindrical-coordinate representation of color #DBE422: hue angle of 62.78º 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 #DBE422 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 34 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.11 |
| HSL | 62.78º | 0.78% | 0.51% | - |
| HSV(B) | 62.78º | 0.85% | 0.89% | - |
| XYZ | 57.25 | 70.66 | 12.14 | - |
| YUV | 203.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 34 | 0.04 | 0 | 0.85 | 0.11 | 62.78 | 0.78 | 0.51 |
| Hex | DB | E4 | 22 | 4 | 0 | 55 | B | 3F | 4E | 33 |
| Octal | 333 | 344 | 42 | 4 | 0 | 125 | 13 | 77 | 116 | 63 |
| Binary | 11011011 | 11100100 | 100010 | 100 | 0 | 1010101 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DBE422
Complementary color
Monochromatic Colors of #DBE422
Black with #DBE422
Text Example
Text Example
White with #DBE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE422; }
p { color: rgb(219,228,34); }
H1.HeaderClassName
{
color: #DBE422;
}
.AnyTagClassName
{
color: #DBE422;
}
</style>
background-color css
<style>
a { background-color: #DBE422; }
a { background-color: rgb(219,228,34); }
div.DivClassName
{
background-color: #DBE422;
}
.BgClassName
{
background-color: #DBE422;
}
</style>
border-color css
<style>
span { border-color: #DBE422; }
span { border-color: rgb(219,228,34); }
td.TdClassName
{
border-color: #DBE422;
}
.TagClassName
{
border-color: #DBE422;
}
</style>