Shades of Pear #DBE115
Tints of Pear #DBE115
RGB
CMYK
RGB Variations
Color information
#DBE115 (or 0xDBE115) is known color: Pear. HEX triplet: DB, E1 and 15. RGB value is (219,225,21). Sum of RGB (Red+Green+Blue) = 219+225+21=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE115 is #241EEA. Grayscale: #C8C8C8. Windows color (decimal): -2367211 or 1434075. OLE color: 1434075.
HSL color Cylindrical-coordinate representation of color #DBE115: hue angle of 61.76º degrees, saturation: 0.83, 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 #DBE115 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.12 |
| HSL | 61.76º | 0.83% | 0.48% | - |
| HSV(B) | 61.76º | 0.91% | 0.88% | - |
| XYZ | 56.27 | 68.96 | 11.06 | - |
| YUV | 199.95 | 27.01 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 21 | 0.03 | 0 | 0.91 | 0.12 | 61.76 | 0.83 | 0.48 |
| Hex | DB | E1 | 15 | 3 | 0 | 5B | C | 3E | 53 | 30 |
| Octal | 333 | 341 | 25 | 3 | 0 | 133 | 14 | 76 | 123 | 60 |
| Binary | 11011011 | 11100001 | 10101 | 11 | 0 | 1011011 | 1100 | 111110 | 1010011 | 110000 |
Color Harmonies of #DBE115
Complementary color
Monochromatic Colors of #DBE115
Black with #DBE115
Text Example
Text Example
White with #DBE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE115; }
p { color: rgb(219,225,21); }
H1.HeaderClassName
{
color: #DBE115;
}
.AnyTagClassName
{
color: #DBE115;
}
</style>
background-color css
<style>
a { background-color: #DBE115; }
a { background-color: rgb(219,225,21); }
div.DivClassName
{
background-color: #DBE115;
}
.BgClassName
{
background-color: #DBE115;
}
</style>
border-color css
<style>
span { border-color: #DBE115; }
span { border-color: rgb(219,225,21); }
td.TdClassName
{
border-color: #DBE115;
}
.TagClassName
{
border-color: #DBE115;
}
</style>