Shades of Pear #DBE218
Tints of Pear #DBE218
RGB
CMYK
RGB Variations
Color information
#DBE218 (or 0xDBE218) is known color: Pear. HEX triplet: DB, E2 and 18. RGB value is (219,226,24). Sum of RGB (Red+Green+Blue) = 219+226+24=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE218 is #241DE7. Grayscale: #C9C9C9. Windows color (decimal): -2366952 or 1630939. OLE color: 1630939.
HSL color Cylindrical-coordinate representation of color #DBE218: hue angle of 62.08º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE218 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 24 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.11 |
| HSL | 62.08º | 0.81% | 0.49% | - |
| HSV(B) | 62.08º | 0.89% | 0.89% | - |
| XYZ | 56.57 | 69.52 | 11.3 | - |
| YUV | 200.88 | 28.18 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 24 | 0.03 | 0 | 0.89 | 0.11 | 62.08 | 0.81 | 0.49 |
| Hex | DB | E2 | 18 | 3 | 0 | 59 | B | 3E | 51 | 31 |
| Octal | 333 | 342 | 30 | 3 | 0 | 131 | 13 | 76 | 121 | 61 |
| Binary | 11011011 | 11100010 | 11000 | 11 | 0 | 1011001 | 1011 | 111110 | 1010001 | 110001 |
Color Harmonies of #DBE218
Complementary color
Monochromatic Colors of #DBE218
Black with #DBE218
Text Example
Text Example
White with #DBE218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE218; }
p { color: rgb(219,226,24); }
H1.HeaderClassName
{
color: #DBE218;
}
.AnyTagClassName
{
color: #DBE218;
}
</style>
background-color css
<style>
a { background-color: #DBE218; }
a { background-color: rgb(219,226,24); }
div.DivClassName
{
background-color: #DBE218;
}
.BgClassName
{
background-color: #DBE218;
}
</style>
border-color css
<style>
span { border-color: #DBE218; }
span { border-color: rgb(219,226,24); }
td.TdClassName
{
border-color: #DBE218;
}
.TagClassName
{
border-color: #DBE218;
}
</style>