Shades of Pear #DBE219
Tints of Pear #DBE219
RGB
CMYK
RGB Variations
Color information
#DBE219 (or 0xDBE219) is known color: Pear. HEX triplet: DB, E2 and 19. RGB value is (219,226,25). Sum of RGB (Red+Green+Blue) = 219+226+25=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE219 is #241DE6. Grayscale: #C9C9C9. Windows color (decimal): -2366951 or 1696475. OLE color: 1696475.
HSL color Cylindrical-coordinate representation of color #DBE219: hue angle of 62.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE219 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 25 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.11 |
| HSL | 62.09º | 0.8% | 0.49% | - |
| HSV(B) | 62.09º | 0.89% | 0.89% | - |
| XYZ | 56.59 | 69.52 | 11.36 | - |
| YUV | 200.99 | 28.68 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 25 | 0.03 | 0 | 0.89 | 0.11 | 62.09 | 0.8 | 0.49 |
| Hex | DB | E2 | 19 | 3 | 0 | 59 | B | 3E | 50 | 31 |
| Octal | 333 | 342 | 31 | 3 | 0 | 131 | 13 | 76 | 120 | 61 |
| Binary | 11011011 | 11100010 | 11001 | 11 | 0 | 1011001 | 1011 | 111110 | 1010000 | 110001 |
Color Harmonies of #DBE219
Complementary color
Monochromatic Colors of #DBE219
Black with #DBE219
Text Example
Text Example
White with #DBE219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE219; }
p { color: rgb(219,226,25); }
H1.HeaderClassName
{
color: #DBE219;
}
.AnyTagClassName
{
color: #DBE219;
}
</style>
background-color css
<style>
a { background-color: #DBE219; }
a { background-color: rgb(219,226,25); }
div.DivClassName
{
background-color: #DBE219;
}
.BgClassName
{
background-color: #DBE219;
}
</style>
border-color css
<style>
span { border-color: #DBE219; }
span { border-color: rgb(219,226,25); }
td.TdClassName
{
border-color: #DBE219;
}
.TagClassName
{
border-color: #DBE219;
}
</style>