Shades of Pear #DBE417
Tints of Pear #DBE417
RGB
CMYK
RGB Variations
Color information
#DBE417 (or 0xDBE417) is known color: Pear. HEX triplet: DB, E4 and 17. RGB value is (219,228,23). Sum of RGB (Red+Green+Blue) = 219+228+23=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE417 is #241BE8. Grayscale: #CACACA. Windows color (decimal): -2366441 or 1565915. OLE color: 1565915.
HSL color Cylindrical-coordinate representation of color #DBE417: hue angle of 62.63º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE417 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.63º | 0.82% | 0.49% | - |
| HSV(B) | 62.63º | 0.9% | 0.89% | - |
| XYZ | 57.11 | 70.61 | 11.43 | - |
| YUV | 201.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 23 | 0.04 | 0 | 0.90 | 0.11 | 62.63 | 0.82 | 0.49 |
| Hex | DB | E4 | 17 | 4 | 0 | 5A | B | 3F | 52 | 31 |
| Octal | 333 | 344 | 27 | 4 | 0 | 132 | 13 | 77 | 122 | 61 |
| Binary | 11011011 | 11100100 | 10111 | 100 | 0 | 1011010 | 1011 | 111111 | 1010010 | 110001 |
Color Harmonies of #DBE417
Complementary color
Monochromatic Colors of #DBE417
Black with #DBE417
Text Example
Text Example
White with #DBE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE417; }
p { color: rgb(219,228,23); }
H1.HeaderClassName
{
color: #DBE417;
}
.AnyTagClassName
{
color: #DBE417;
}
</style>
background-color css
<style>
a { background-color: #DBE417; }
a { background-color: rgb(219,228,23); }
div.DivClassName
{
background-color: #DBE417;
}
.BgClassName
{
background-color: #DBE417;
}
</style>
border-color css
<style>
span { border-color: #DBE417; }
span { border-color: rgb(219,228,23); }
td.TdClassName
{
border-color: #DBE417;
}
.TagClassName
{
border-color: #DBE417;
}
</style>