Shades of Pear #DBE517
Tints of Pear #DBE517
RGB
CMYK
RGB Variations
Color information
#DBE517 (or 0xDBE517) is known color: Pear. HEX triplet: DB, E5 and 17. RGB value is (219,229,23). Sum of RGB (Red+Green+Blue) = 219+229+23=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE517 is #241AE8. Grayscale: #CBCBCB. Windows color (decimal): -2366185 or 1566171. OLE color: 1566171.
HSL color Cylindrical-coordinate representation of color #DBE517: hue angle of 62.91º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE517 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.10 |
| HSL | 62.91º | 0.82% | 0.49% | - |
| HSV(B) | 62.91º | 0.9% | 0.9% | - |
| XYZ | 57.39 | 71.16 | 11.52 | - |
| YUV | 202.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 23 | 0.04 | 0 | 0.90 | 0.10 | 62.91 | 0.82 | 0.49 |
| Hex | DB | E5 | 17 | 4 | 0 | 5A | A | 3F | 52 | 31 |
| Octal | 333 | 345 | 27 | 4 | 0 | 132 | 12 | 77 | 122 | 61 |
| Binary | 11011011 | 11100101 | 10111 | 100 | 0 | 1011010 | 1010 | 111111 | 1010010 | 110001 |
Color Harmonies of #DBE517
Complementary color
Monochromatic Colors of #DBE517
Black with #DBE517
Text Example
Text Example
White with #DBE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE517; }
p { color: rgb(219,229,23); }
H1.HeaderClassName
{
color: #DBE517;
}
.AnyTagClassName
{
color: #DBE517;
}
</style>
background-color css
<style>
a { background-color: #DBE517; }
a { background-color: rgb(219,229,23); }
div.DivClassName
{
background-color: #DBE517;
}
.BgClassName
{
background-color: #DBE517;
}
</style>
border-color css
<style>
span { border-color: #DBE517; }
span { border-color: rgb(219,229,23); }
td.TdClassName
{
border-color: #DBE517;
}
.TagClassName
{
border-color: #DBE517;
}
</style>