Shades of Pear #DBEB2E
Tints of Pear #DBEB2E
RGB
CMYK
RGB Variations
Color information
#DBEB2E (or 0xDBEB2E) is known color: Pear. HEX triplet: DB, EB and 2E. RGB value is (219,235,46). Sum of RGB (Red+Green+Blue) = 219+235+46=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB2E is #2414D1. Grayscale: #D1D1D1. Windows color (decimal): -2364626 or 3075035. OLE color: 3075035.
HSL color Cylindrical-coordinate representation of color #DBEB2E: hue angle of 65.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBEB2E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 46 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.08 |
| HSL | 65.08º | 0.83% | 0.55% | - |
| HSV(B) | 65.08º | 0.8% | 0.92% | - |
| XYZ | 59.41 | 74.67 | 13.87 | - |
| YUV | 208.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 46 | 0.07 | 0 | 0.80 | 0.08 | 65.08 | 0.83 | 0.55 |
| Hex | DB | EB | 2E | 7 | 0 | 50 | 8 | 41 | 53 | 37 |
| Octal | 333 | 353 | 56 | 7 | 0 | 120 | 10 | 101 | 123 | 67 |
| Binary | 11011011 | 11101011 | 101110 | 111 | 0 | 1010000 | 1000 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DBEB2E
Complementary color
Monochromatic Colors of #DBEB2E
Black with #DBEB2E
Text Example
Text Example
White with #DBEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB2E; }
p { color: rgb(219,235,46); }
H1.HeaderClassName
{
color: #DBEB2E;
}
.AnyTagClassName
{
color: #DBEB2E;
}
</style>
background-color css
<style>
a { background-color: #DBEB2E; }
a { background-color: rgb(219,235,46); }
div.DivClassName
{
background-color: #DBEB2E;
}
.BgClassName
{
background-color: #DBEB2E;
}
</style>
border-color css
<style>
span { border-color: #DBEB2E; }
span { border-color: rgb(219,235,46); }
td.TdClassName
{
border-color: #DBEB2E;
}
.TagClassName
{
border-color: #DBEB2E;
}
</style>