Shades of Pear #DBE917
Tints of Pear #DBE917
RGB
CMYK
RGB Variations
Color information
#DBE917 (or 0xDBE917) is known color: Pear. HEX triplet: DB, E9 and 17. RGB value is (219,233,23). Sum of RGB (Red+Green+Blue) = 219+233+23=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE917 is #2416E8. Grayscale: #CDCDCD. Windows color (decimal): -2365161 or 1567195. OLE color: 1567195.
HSL color Cylindrical-coordinate representation of color #DBE917: hue angle of 64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE917 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 23 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.09 |
| HSL | 64º | 0.83% | 0.5% | - |
| HSV(B) | 64º | 0.9% | 0.91% | - |
| XYZ | 58.51 | 73.4 | 11.89 | - |
| YUV | 204.87 | 25.36 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 23 | 0.06 | 0 | 0.90 | 0.09 | 64 | 0.83 | 0.5 |
| Hex | DB | E9 | 17 | 6 | 0 | 5A | 9 | 40 | 53 | 32 |
| Octal | 333 | 351 | 27 | 6 | 0 | 132 | 11 | 100 | 123 | 62 |
| Binary | 11011011 | 11101001 | 10111 | 110 | 0 | 1011010 | 1001 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DBE917
Complementary color
Monochromatic Colors of #DBE917
Black with #DBE917
Text Example
Text Example
White with #DBE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE917; }
p { color: rgb(219,233,23); }
H1.HeaderClassName
{
color: #DBE917;
}
.AnyTagClassName
{
color: #DBE917;
}
</style>
background-color css
<style>
a { background-color: #DBE917; }
a { background-color: rgb(219,233,23); }
div.DivClassName
{
background-color: #DBE917;
}
.BgClassName
{
background-color: #DBE917;
}
</style>
border-color css
<style>
span { border-color: #DBE917; }
span { border-color: rgb(219,233,23); }
td.TdClassName
{
border-color: #DBE917;
}
.TagClassName
{
border-color: #DBE917;
}
</style>