Shades of Pear #DBE413
Tints of Pear #DBE413
RGB
CMYK
RGB Variations
Color information
#DBE413 (or 0xDBE413) is known color: Pear. HEX triplet: DB, E4 and 13. RGB value is (219,228,19). Sum of RGB (Red+Green+Blue) = 219+228+19=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE413 is #241BEC. Grayscale: #CACACA. Windows color (decimal): -2366445 or 1303771. OLE color: 1303771.
HSL color Cylindrical-coordinate representation of color #DBE413: hue angle of 62.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBE413 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.11 |
| HSL | 62.58º | 0.85% | 0.48% | - |
| HSV(B) | 62.58º | 0.92% | 0.89% | - |
| XYZ | 57.07 | 70.59 | 11.23 | - |
| YUV | 201.48 | 25.02 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 19 | 0.04 | 0 | 0.92 | 0.11 | 62.58 | 0.85 | 0.48 |
| Hex | DB | E4 | 13 | 4 | 0 | 5C | B | 3F | 55 | 30 |
| Octal | 333 | 344 | 23 | 4 | 0 | 134 | 13 | 77 | 125 | 60 |
| Binary | 11011011 | 11100100 | 10011 | 100 | 0 | 1011100 | 1011 | 111111 | 1010101 | 110000 |
Color Harmonies of #DBE413
Complementary color
Monochromatic Colors of #DBE413
Black with #DBE413
Text Example
Text Example
White with #DBE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE413; }
p { color: rgb(219,228,19); }
H1.HeaderClassName
{
color: #DBE413;
}
.AnyTagClassName
{
color: #DBE413;
}
</style>
background-color css
<style>
a { background-color: #DBE413; }
a { background-color: rgb(219,228,19); }
div.DivClassName
{
background-color: #DBE413;
}
.BgClassName
{
background-color: #DBE413;
}
</style>
border-color css
<style>
span { border-color: #DBE413; }
span { border-color: rgb(219,228,19); }
td.TdClassName
{
border-color: #DBE413;
}
.TagClassName
{
border-color: #DBE413;
}
</style>