Shades of Pear #DBE217
Tints of Pear #DBE217
RGB
CMYK
RGB Variations
Color information
#DBE217 (or 0xDBE217) is known color: Pear. HEX triplet: DB, E2 and 17. RGB value is (219,226,23). Sum of RGB (Red+Green+Blue) = 219+226+23=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE217 is #241DE8. Grayscale: #C9C9C9. Windows color (decimal): -2366953 or 1565403. OLE color: 1565403.
HSL color Cylindrical-coordinate representation of color #DBE217: hue angle of 62.07º 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 #DBE217 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 23 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.11 |
| HSL | 62.07º | 0.82% | 0.49% | - |
| HSV(B) | 62.07º | 0.9% | 0.89% | - |
| XYZ | 56.56 | 69.51 | 11.25 | - |
| YUV | 200.77 | 27.68 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 23 | 0.03 | 0 | 0.90 | 0.11 | 62.07 | 0.82 | 0.49 |
| Hex | DB | E2 | 17 | 3 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 333 | 342 | 27 | 3 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011011 | 11100010 | 10111 | 11 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DBE217
Complementary color
Monochromatic Colors of #DBE217
Black with #DBE217
Text Example
Text Example
White with #DBE217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE217; }
p { color: rgb(219,226,23); }
H1.HeaderClassName
{
color: #DBE217;
}
.AnyTagClassName
{
color: #DBE217;
}
</style>
background-color css
<style>
a { background-color: #DBE217; }
a { background-color: rgb(219,226,23); }
div.DivClassName
{
background-color: #DBE217;
}
.BgClassName
{
background-color: #DBE217;
}
</style>
border-color css
<style>
span { border-color: #DBE217; }
span { border-color: rgb(219,226,23); }
td.TdClassName
{
border-color: #DBE217;
}
.TagClassName
{
border-color: #DBE217;
}
</style>