Shades of Pear #DBE414
Tints of Pear #DBE414
RGB
CMYK
RGB Variations
Color information
#DBE414 (or 0xDBE414) is known color: Pear. HEX triplet: DB, E4 and 14. RGB value is (219,228,20). Sum of RGB (Red+Green+Blue) = 219+228+20=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE414 is #241BEB. Grayscale: #CACACA. Windows color (decimal): -2366444 or 1369307. OLE color: 1369307.
HSL color Cylindrical-coordinate representation of color #DBE414: hue angle of 62.6º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE414 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 20 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.11 |
| HSL | 62.6º | 0.84% | 0.49% | - |
| HSV(B) | 62.6º | 0.91% | 0.89% | - |
| XYZ | 57.08 | 70.6 | 11.28 | - |
| YUV | 201.6 | 25.52 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 20 | 0.04 | 0 | 0.91 | 0.11 | 62.6 | 0.84 | 0.49 |
| Hex | DB | E4 | 14 | 4 | 0 | 5B | B | 3F | 54 | 31 |
| Octal | 333 | 344 | 24 | 4 | 0 | 133 | 13 | 77 | 124 | 61 |
| Binary | 11011011 | 11100100 | 10100 | 100 | 0 | 1011011 | 1011 | 111111 | 1010100 | 110001 |
Color Harmonies of #DBE414
Complementary color
Monochromatic Colors of #DBE414
Black with #DBE414
Text Example
Text Example
White with #DBE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE414; }
p { color: rgb(219,228,20); }
H1.HeaderClassName
{
color: #DBE414;
}
.AnyTagClassName
{
color: #DBE414;
}
</style>
background-color css
<style>
a { background-color: #DBE414; }
a { background-color: rgb(219,228,20); }
div.DivClassName
{
background-color: #DBE414;
}
.BgClassName
{
background-color: #DBE414;
}
</style>
border-color css
<style>
span { border-color: #DBE414; }
span { border-color: rgb(219,228,20); }
td.TdClassName
{
border-color: #DBE414;
}
.TagClassName
{
border-color: #DBE414;
}
</style>