Shades of Pear #DBE416
Tints of Pear #DBE416
RGB
CMYK
RGB Variations
Color information
#DBE416 (or 0xDBE416) is known color: Pear. HEX triplet: DB, E4 and 16. RGB value is (219,228,22). Sum of RGB (Red+Green+Blue) = 219+228+22=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE416 is #241BE9. Grayscale: #CACACA. Windows color (decimal): -2366442 or 1500379. OLE color: 1500379.
HSL color Cylindrical-coordinate representation of color #DBE416: hue angle of 62.62º 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 #DBE416 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.62º | 0.82% | 0.49% | - |
| HSV(B) | 62.62º | 0.9% | 0.89% | - |
| XYZ | 57.1 | 70.6 | 11.38 | - |
| YUV | 201.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 22 | 0.04 | 0 | 0.90 | 0.11 | 62.62 | 0.82 | 0.49 |
| Hex | DB | E4 | 16 | 4 | 0 | 5A | B | 3F | 52 | 31 |
| Octal | 333 | 344 | 26 | 4 | 0 | 132 | 13 | 77 | 122 | 61 |
| Binary | 11011011 | 11100100 | 10110 | 100 | 0 | 1011010 | 1011 | 111111 | 1010010 | 110001 |
Color Harmonies of #DBE416
Complementary color
Monochromatic Colors of #DBE416
Black with #DBE416
Text Example
Text Example
White with #DBE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE416; }
p { color: rgb(219,228,22); }
H1.HeaderClassName
{
color: #DBE416;
}
.AnyTagClassName
{
color: #DBE416;
}
</style>
background-color css
<style>
a { background-color: #DBE416; }
a { background-color: rgb(219,228,22); }
div.DivClassName
{
background-color: #DBE416;
}
.BgClassName
{
background-color: #DBE416;
}
</style>
border-color css
<style>
span { border-color: #DBE416; }
span { border-color: rgb(219,228,22); }
td.TdClassName
{
border-color: #DBE416;
}
.TagClassName
{
border-color: #DBE416;
}
</style>