Shades of Pear #DBE114
Tints of Pear #DBE114
RGB
CMYK
RGB Variations
Color information
#DBE114 (or 0xDBE114) is known color: Pear. HEX triplet: DB, E1 and 14. RGB value is (219,225,20). Sum of RGB (Red+Green+Blue) = 219+225+20=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE114 is #241EEB. Grayscale: #C8C8C8. Windows color (decimal): -2367212 or 1368539. OLE color: 1368539.
HSL color Cylindrical-coordinate representation of color #DBE114: hue angle of 61.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE114 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.12 |
| HSL | 61.76º | 0.84% | 0.48% | - |
| HSV(B) | 61.76º | 0.91% | 0.88% | - |
| XYZ | 56.26 | 68.96 | 11.01 | - |
| YUV | 199.84 | 26.51 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 20 | 0.03 | 0 | 0.91 | 0.12 | 61.76 | 0.84 | 0.48 |
| Hex | DB | E1 | 14 | 3 | 0 | 5B | C | 3E | 54 | 30 |
| Octal | 333 | 341 | 24 | 3 | 0 | 133 | 14 | 76 | 124 | 60 |
| Binary | 11011011 | 11100001 | 10100 | 11 | 0 | 1011011 | 1100 | 111110 | 1010100 | 110000 |
Color Harmonies of #DBE114
Complementary color
Monochromatic Colors of #DBE114
Black with #DBE114
Text Example
Text Example
White with #DBE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE114; }
p { color: rgb(219,225,20); }
H1.HeaderClassName
{
color: #DBE114;
}
.AnyTagClassName
{
color: #DBE114;
}
</style>
background-color css
<style>
a { background-color: #DBE114; }
a { background-color: rgb(219,225,20); }
div.DivClassName
{
background-color: #DBE114;
}
.BgClassName
{
background-color: #DBE114;
}
</style>
border-color css
<style>
span { border-color: #DBE114; }
span { border-color: rgb(219,225,20); }
td.TdClassName
{
border-color: #DBE114;
}
.TagClassName
{
border-color: #DBE114;
}
</style>