Shades of Pear #DBE419
Tints of Pear #DBE419
RGB
CMYK
RGB Variations
Color information
#DBE419 (or 0xDBE419) is known color: Pear. HEX triplet: DB, E4 and 19. RGB value is (219,228,25). Sum of RGB (Red+Green+Blue) = 219+228+25=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE419 is #241BE6. Grayscale: #CACACA. Windows color (decimal): -2366439 or 1696987. OLE color: 1696987.
HSL color Cylindrical-coordinate representation of color #DBE419: hue angle of 62.66º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE419 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 25 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.11 |
| HSL | 62.66º | 0.8% | 0.5% | - |
| HSV(B) | 62.66º | 0.89% | 0.89% | - |
| XYZ | 57.13 | 70.62 | 11.54 | - |
| YUV | 202.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 25 | 0.04 | 0 | 0.89 | 0.11 | 62.66 | 0.8 | 0.5 |
| Hex | DB | E4 | 19 | 4 | 0 | 59 | B | 3F | 50 | 32 |
| Octal | 333 | 344 | 31 | 4 | 0 | 131 | 13 | 77 | 120 | 62 |
| Binary | 11011011 | 11100100 | 11001 | 100 | 0 | 1011001 | 1011 | 111111 | 1010000 | 110010 |
Color Harmonies of #DBE419
Complementary color
Monochromatic Colors of #DBE419
Black with #DBE419
Text Example
Text Example
White with #DBE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE419; }
p { color: rgb(219,228,25); }
H1.HeaderClassName
{
color: #DBE419;
}
.AnyTagClassName
{
color: #DBE419;
}
</style>
background-color css
<style>
a { background-color: #DBE419; }
a { background-color: rgb(219,228,25); }
div.DivClassName
{
background-color: #DBE419;
}
.BgClassName
{
background-color: #DBE419;
}
</style>
border-color css
<style>
span { border-color: #DBE419; }
span { border-color: rgb(219,228,25); }
td.TdClassName
{
border-color: #DBE419;
}
.TagClassName
{
border-color: #DBE419;
}
</style>