Shades of Pear #DBE513
Tints of Pear #DBE513
RGB
CMYK
RGB Variations
Color information
#DBE513 (or 0xDBE513) is known color: Pear. HEX triplet: DB, E5 and 13. RGB value is (219,229,19). Sum of RGB (Red+Green+Blue) = 219+229+19=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE513 is #241AEC. Grayscale: #CACACA. Windows color (decimal): -2366189 or 1304027. OLE color: 1304027.
HSL color Cylindrical-coordinate representation of color #DBE513: hue angle of 62.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBE513 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.10 |
| HSL | 62.86º | 0.85% | 0.49% | - |
| HSV(B) | 62.86º | 0.92% | 0.9% | - |
| XYZ | 57.35 | 71.15 | 11.33 | - |
| YUV | 202.07 | 24.69 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 19 | 0.04 | 0 | 0.92 | 0.10 | 62.86 | 0.85 | 0.49 |
| Hex | DB | E5 | 13 | 4 | 0 | 5C | A | 3F | 55 | 31 |
| Octal | 333 | 345 | 23 | 4 | 0 | 134 | 12 | 77 | 125 | 61 |
| Binary | 11011011 | 11100101 | 10011 | 100 | 0 | 1011100 | 1010 | 111111 | 1010101 | 110001 |
Color Harmonies of #DBE513
Complementary color
Monochromatic Colors of #DBE513
Black with #DBE513
Text Example
Text Example
White with #DBE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE513; }
p { color: rgb(219,229,19); }
H1.HeaderClassName
{
color: #DBE513;
}
.AnyTagClassName
{
color: #DBE513;
}
</style>
background-color css
<style>
a { background-color: #DBE513; }
a { background-color: rgb(219,229,19); }
div.DivClassName
{
background-color: #DBE513;
}
.BgClassName
{
background-color: #DBE513;
}
</style>
border-color css
<style>
span { border-color: #DBE513; }
span { border-color: rgb(219,229,19); }
td.TdClassName
{
border-color: #DBE513;
}
.TagClassName
{
border-color: #DBE513;
}
</style>