Shades of Pear #DBE017
Tints of Pear #DBE017
RGB
CMYK
RGB Variations
Color information
#DBE017 (or 0xDBE017) is known color: Pear. HEX triplet: DB, E0 and 17. RGB value is (219,224,23). Sum of RGB (Red+Green+Blue) = 219+224+23=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE017 is #241FE8. Grayscale: #C8C8C8. Windows color (decimal): -2367465 or 1564891. OLE color: 1564891.
HSL color Cylindrical-coordinate representation of color #DBE017: hue angle of 61.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE017 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.12 |
| HSL | 61.49º | 0.81% | 0.48% | - |
| HSV(B) | 61.49º | 0.9% | 0.88% | - |
| XYZ | 56.02 | 68.43 | 11.07 | - |
| YUV | 199.59 | 28.34 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 23 | 0.02 | 0 | 0.90 | 0.12 | 61.49 | 0.81 | 0.48 |
| Hex | DB | E0 | 17 | 2 | 0 | 5A | C | 3D | 51 | 30 |
| Octal | 333 | 340 | 27 | 2 | 0 | 132 | 14 | 75 | 121 | 60 |
| Binary | 11011011 | 11100000 | 10111 | 10 | 0 | 1011010 | 1100 | 111101 | 1010001 | 110000 |
Color Harmonies of #DBE017
Complementary color
Monochromatic Colors of #DBE017
Black with #DBE017
Text Example
Text Example
White with #DBE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE017; }
p { color: rgb(219,224,23); }
H1.HeaderClassName
{
color: #DBE017;
}
.AnyTagClassName
{
color: #DBE017;
}
</style>
background-color css
<style>
a { background-color: #DBE017; }
a { background-color: rgb(219,224,23); }
div.DivClassName
{
background-color: #DBE017;
}
.BgClassName
{
background-color: #DBE017;
}
</style>
border-color css
<style>
span { border-color: #DBE017; }
span { border-color: rgb(219,224,23); }
td.TdClassName
{
border-color: #DBE017;
}
.TagClassName
{
border-color: #DBE017;
}
</style>