Shades of Pear #DBEB19
Tints of Pear #DBEB19
RGB
CMYK
RGB Variations
Color information
#DBEB19 (or 0xDBEB19) is known color: Pear. HEX triplet: DB, EB and 19. RGB value is (219,235,25). Sum of RGB (Red+Green+Blue) = 219+235+25=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEB19 is #2414E6. Grayscale: #CFCFCF. Windows color (decimal): -2364647 or 1698779. OLE color: 1698779.
HSL color Cylindrical-coordinate representation of color #DBEB19: hue angle of 64.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBEB19 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 25 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.08 |
| HSL | 64.57º | 0.84% | 0.51% | - |
| HSV(B) | 64.57º | 0.89% | 0.92% | - |
| XYZ | 59.1 | 74.55 | 12.19 | - |
| YUV | 206.28 | 25.7 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 25 | 0.07 | 0 | 0.89 | 0.08 | 64.57 | 0.84 | 0.51 |
| Hex | DB | EB | 19 | 7 | 0 | 59 | 8 | 41 | 54 | 33 |
| Octal | 333 | 353 | 31 | 7 | 0 | 131 | 10 | 101 | 124 | 63 |
| Binary | 11011011 | 11101011 | 11001 | 111 | 0 | 1011001 | 1000 | 1000001 | 1010100 | 110011 |
Color Harmonies of #DBEB19
Complementary color
Monochromatic Colors of #DBEB19
Black with #DBEB19
Text Example
Text Example
White with #DBEB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB19; }
p { color: rgb(219,235,25); }
H1.HeaderClassName
{
color: #DBEB19;
}
.AnyTagClassName
{
color: #DBEB19;
}
</style>
background-color css
<style>
a { background-color: #DBEB19; }
a { background-color: rgb(219,235,25); }
div.DivClassName
{
background-color: #DBEB19;
}
.BgClassName
{
background-color: #DBEB19;
}
</style>
border-color css
<style>
span { border-color: #DBEB19; }
span { border-color: rgb(219,235,25); }
td.TdClassName
{
border-color: #DBEB19;
}
.TagClassName
{
border-color: #DBEB19;
}
</style>