Shades of Pear #DBE234
Tints of Pear #DBE234
RGB
CMYK
RGB Variations
Color information
#DBE234 (or 0xDBE234) is known color: Pear. HEX triplet: DB, E2 and 34. RGB value is (219,226,52). Sum of RGB (Red+Green+Blue) = 219+226+52=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE234 is #241DCB. Grayscale: #CCCCCC. Windows color (decimal): -2366924 or 3465947. OLE color: 3465947.
HSL color Cylindrical-coordinate representation of color #DBE234: hue angle of 62.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBE234 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 52 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.11 |
| HSL | 62.41º | 0.75% | 0.55% | - |
| HSV(B) | 62.41º | 0.77% | 0.89% | - |
| XYZ | 57.03 | 69.7 | 13.7 | - |
| YUV | 204.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 52 | 0.03 | 0 | 0.77 | 0.11 | 62.41 | 0.75 | 0.55 |
| Hex | DB | E2 | 34 | 3 | 0 | 4D | B | 3E | 4B | 37 |
| Octal | 333 | 342 | 64 | 3 | 0 | 115 | 13 | 76 | 113 | 67 |
| Binary | 11011011 | 11100010 | 110100 | 11 | 0 | 1001101 | 1011 | 111110 | 1001011 | 110111 |
Color Harmonies of #DBE234
Complementary color
Monochromatic Colors of #DBE234
Black with #DBE234
Text Example
Text Example
White with #DBE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE234; }
p { color: rgb(219,226,52); }
H1.HeaderClassName
{
color: #DBE234;
}
.AnyTagClassName
{
color: #DBE234;
}
</style>
background-color css
<style>
a { background-color: #DBE234; }
a { background-color: rgb(219,226,52); }
div.DivClassName
{
background-color: #DBE234;
}
.BgClassName
{
background-color: #DBE234;
}
</style>
border-color css
<style>
span { border-color: #DBE234; }
span { border-color: rgb(219,226,52); }
td.TdClassName
{
border-color: #DBE234;
}
.TagClassName
{
border-color: #DBE234;
}
</style>