Shades of Pear #DBEB37
Tints of Pear #DBEB37
RGB
CMYK
RGB Variations
Color information
#DBEB37 (or 0xDBEB37) is known color: Pear. HEX triplet: DB, EB and 37. RGB value is (219,235,55). Sum of RGB (Red+Green+Blue) = 219+235+55=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 55 (21.88% from 255 or 10.81% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB37 is #2414C8. Grayscale: #D2D2D2. Windows color (decimal): -2364617 or 3664859. OLE color: 3664859.
HSL color Cylindrical-coordinate representation of color #DBEB37: hue angle of 65.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBEB37 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 55 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.08 |
| HSL | 65.33º | 0.82% | 0.57% | - |
| HSV(B) | 65.33º | 0.77% | 0.92% | - |
| XYZ | 59.61 | 74.75 | 14.9 | - |
| YUV | 209.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 55 | 0.07 | 0 | 0.77 | 0.08 | 65.33 | 0.82 | 0.57 |
| Hex | DB | EB | 37 | 7 | 0 | 4D | 8 | 41 | 52 | 39 |
| Octal | 333 | 353 | 67 | 7 | 0 | 115 | 10 | 101 | 122 | 71 |
| Binary | 11011011 | 11101011 | 110111 | 111 | 0 | 1001101 | 1000 | 1000001 | 1010010 | 111001 |
Color Harmonies of #DBEB37
Complementary color
Monochromatic Colors of #DBEB37
Black with #DBEB37
Text Example
Text Example
White with #DBEB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB37; }
p { color: rgb(219,235,55); }
H1.HeaderClassName
{
color: #DBEB37;
}
.AnyTagClassName
{
color: #DBEB37;
}
</style>
background-color css
<style>
a { background-color: #DBEB37; }
a { background-color: rgb(219,235,55); }
div.DivClassName
{
background-color: #DBEB37;
}
.BgClassName
{
background-color: #DBEB37;
}
</style>
border-color css
<style>
span { border-color: #DBEB37; }
span { border-color: rgb(219,235,55); }
td.TdClassName
{
border-color: #DBEB37;
}
.TagClassName
{
border-color: #DBEB37;
}
</style>