Shades of Pear #DBE516
Tints of Pear #DBE516
RGB
CMYK
RGB Variations
Color information
#DBE516 (or 0xDBE516) is known color: Pear. HEX triplet: DB, E5 and 16. RGB value is (219,229,22). Sum of RGB (Red+Green+Blue) = 219+229+22=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE516 is #241AE9. Grayscale: #CBCBCB. Windows color (decimal): -2366186 or 1500635. OLE color: 1500635.
HSL color Cylindrical-coordinate representation of color #DBE516: hue angle of 62.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE516 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.10 |
| HSL | 62.9º | 0.82% | 0.49% | - |
| HSV(B) | 62.9º | 0.9% | 0.9% | - |
| XYZ | 57.38 | 71.16 | 11.47 | - |
| YUV | 202.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 22 | 0.04 | 0 | 0.90 | 0.10 | 62.9 | 0.82 | 0.49 |
| Hex | DB | E5 | 16 | 4 | 0 | 5A | A | 3F | 52 | 31 |
| Octal | 333 | 345 | 26 | 4 | 0 | 132 | 12 | 77 | 122 | 61 |
| Binary | 11011011 | 11100101 | 10110 | 100 | 0 | 1011010 | 1010 | 111111 | 1010010 | 110001 |
Color Harmonies of #DBE516
Complementary color
Monochromatic Colors of #DBE516
Black with #DBE516
Text Example
Text Example
White with #DBE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE516; }
p { color: rgb(219,229,22); }
H1.HeaderClassName
{
color: #DBE516;
}
.AnyTagClassName
{
color: #DBE516;
}
</style>
background-color css
<style>
a { background-color: #DBE516; }
a { background-color: rgb(219,229,22); }
div.DivClassName
{
background-color: #DBE516;
}
.BgClassName
{
background-color: #DBE516;
}
</style>
border-color css
<style>
span { border-color: #DBE516; }
span { border-color: rgb(219,229,22); }
td.TdClassName
{
border-color: #DBE516;
}
.TagClassName
{
border-color: #DBE516;
}
</style>