Shades of Pear #DBE119
Tints of Pear #DBE119
RGB
CMYK
RGB Variations
Color information
#DBE119 (or 0xDBE119) is known color: Pear. HEX triplet: DB, E1 and 19. RGB value is (219,225,25). Sum of RGB (Red+Green+Blue) = 219+225+25=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE119 is #241EE6. Grayscale: #C9C9C9. Windows color (decimal): -2367207 or 1696219. OLE color: 1696219.
HSL color Cylindrical-coordinate representation of color #DBE119: hue angle of 61.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE119 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 25 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.12 |
| HSL | 61.8º | 0.8% | 0.49% | - |
| HSV(B) | 61.8º | 0.89% | 0.88% | - |
| XYZ | 56.31 | 68.98 | 11.27 | - |
| YUV | 200.41 | 29.01 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 25 | 0.03 | 0 | 0.89 | 0.12 | 61.8 | 0.8 | 0.49 |
| Hex | DB | E1 | 19 | 3 | 0 | 59 | C | 3E | 50 | 31 |
| Octal | 333 | 341 | 31 | 3 | 0 | 131 | 14 | 76 | 120 | 61 |
| Binary | 11011011 | 11100001 | 11001 | 11 | 0 | 1011001 | 1100 | 111110 | 1010000 | 110001 |
Color Harmonies of #DBE119
Complementary color
Monochromatic Colors of #DBE119
Black with #DBE119
Text Example
Text Example
White with #DBE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE119; }
p { color: rgb(219,225,25); }
H1.HeaderClassName
{
color: #DBE119;
}
.AnyTagClassName
{
color: #DBE119;
}
</style>
background-color css
<style>
a { background-color: #DBE119; }
a { background-color: rgb(219,225,25); }
div.DivClassName
{
background-color: #DBE119;
}
.BgClassName
{
background-color: #DBE119;
}
</style>
border-color css
<style>
span { border-color: #DBE119; }
span { border-color: rgb(219,225,25); }
td.TdClassName
{
border-color: #DBE119;
}
.TagClassName
{
border-color: #DBE119;
}
</style>