Shades of Pear #DBE117
Tints of Pear #DBE117
RGB
CMYK
RGB Variations
Color information
#DBE117 (or 0xDBE117) is known color: Pear. HEX triplet: DB, E1 and 17. RGB value is (219,225,23). Sum of RGB (Red+Green+Blue) = 219+225+23=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE117 is #241EE8. Grayscale: #C8C8C8. Windows color (decimal): -2367209 or 1565147. OLE color: 1565147.
HSL color Cylindrical-coordinate representation of color #DBE117: hue angle of 61.78º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE117 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 23 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.12 |
| HSL | 61.78º | 0.81% | 0.49% | - |
| HSV(B) | 61.78º | 0.9% | 0.88% | - |
| XYZ | 56.29 | 68.97 | 11.16 | - |
| YUV | 200.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 23 | 0.03 | 0 | 0.90 | 0.12 | 61.78 | 0.81 | 0.49 |
| Hex | DB | E1 | 17 | 3 | 0 | 5A | C | 3E | 51 | 31 |
| Octal | 333 | 341 | 27 | 3 | 0 | 132 | 14 | 76 | 121 | 61 |
| Binary | 11011011 | 11100001 | 10111 | 11 | 0 | 1011010 | 1100 | 111110 | 1010001 | 110001 |
Color Harmonies of #DBE117
Complementary color
Monochromatic Colors of #DBE117
Black with #DBE117
Text Example
Text Example
White with #DBE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE117; }
p { color: rgb(219,225,23); }
H1.HeaderClassName
{
color: #DBE117;
}
.AnyTagClassName
{
color: #DBE117;
}
</style>
background-color css
<style>
a { background-color: #DBE117; }
a { background-color: rgb(219,225,23); }
div.DivClassName
{
background-color: #DBE117;
}
.BgClassName
{
background-color: #DBE117;
}
</style>
border-color css
<style>
span { border-color: #DBE117; }
span { border-color: rgb(219,225,23); }
td.TdClassName
{
border-color: #DBE117;
}
.TagClassName
{
border-color: #DBE117;
}
</style>