Shades of Pear #DBE514
Tints of Pear #DBE514
RGB
CMYK
RGB Variations
Color information
#DBE514 (or 0xDBE514) is known color: Pear. HEX triplet: DB, E5 and 14. RGB value is (219,229,20). Sum of RGB (Red+Green+Blue) = 219+229+20=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE514 is #241AEB. Grayscale: #CBCBCB. Windows color (decimal): -2366188 or 1369563. OLE color: 1369563.
HSL color Cylindrical-coordinate representation of color #DBE514: hue angle of 62.87º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE514 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 20 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.10 |
| HSL | 62.87º | 0.84% | 0.49% | - |
| HSV(B) | 62.87º | 0.91% | 0.9% | - |
| XYZ | 57.36 | 71.15 | 11.37 | - |
| YUV | 202.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 20 | 0.04 | 0 | 0.91 | 0.10 | 62.87 | 0.84 | 0.49 |
| Hex | DB | E5 | 14 | 4 | 0 | 5B | A | 3F | 54 | 31 |
| Octal | 333 | 345 | 24 | 4 | 0 | 133 | 12 | 77 | 124 | 61 |
| Binary | 11011011 | 11100101 | 10100 | 100 | 0 | 1011011 | 1010 | 111111 | 1010100 | 110001 |
Color Harmonies of #DBE514
Complementary color
Monochromatic Colors of #DBE514
Black with #DBE514
Text Example
Text Example
White with #DBE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE514; }
p { color: rgb(219,229,20); }
H1.HeaderClassName
{
color: #DBE514;
}
.AnyTagClassName
{
color: #DBE514;
}
</style>
background-color css
<style>
a { background-color: #DBE514; }
a { background-color: rgb(219,229,20); }
div.DivClassName
{
background-color: #DBE514;
}
.BgClassName
{
background-color: #DBE514;
}
</style>
border-color css
<style>
span { border-color: #DBE514; }
span { border-color: rgb(219,229,20); }
td.TdClassName
{
border-color: #DBE514;
}
.TagClassName
{
border-color: #DBE514;
}
</style>