Shades of Pear #DBE714
Tints of Pear #DBE714
RGB
CMYK
RGB Variations
Color information
#DBE714 (or 0xDBE714) is known color: Pear. HEX triplet: DB, E7 and 14. RGB value is (219,231,20). Sum of RGB (Red+Green+Blue) = 219+231+20=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE714 is #2418EB. Grayscale: #CCCCCC. Windows color (decimal): -2365676 or 1370075. OLE color: 1370075.
HSL color Cylindrical-coordinate representation of color #DBE714: hue angle of 63.41º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE714 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 20 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.09 |
| HSL | 63.41º | 0.84% | 0.49% | - |
| HSV(B) | 63.41º | 0.91% | 0.91% | - |
| XYZ | 57.92 | 72.26 | 11.56 | - |
| YUV | 203.36 | 24.52 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 20 | 0.05 | 0 | 0.91 | 0.09 | 63.41 | 0.84 | 0.49 |
| Hex | DB | E7 | 14 | 5 | 0 | 5B | 9 | 3F | 54 | 31 |
| Octal | 333 | 347 | 24 | 5 | 0 | 133 | 11 | 77 | 124 | 61 |
| Binary | 11011011 | 11100111 | 10100 | 101 | 0 | 1011011 | 1001 | 111111 | 1010100 | 110001 |
Color Harmonies of #DBE714
Complementary color
Monochromatic Colors of #DBE714
Black with #DBE714
Text Example
Text Example
White with #DBE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE714; }
p { color: rgb(219,231,20); }
H1.HeaderClassName
{
color: #DBE714;
}
.AnyTagClassName
{
color: #DBE714;
}
</style>
background-color css
<style>
a { background-color: #DBE714; }
a { background-color: rgb(219,231,20); }
div.DivClassName
{
background-color: #DBE714;
}
.BgClassName
{
background-color: #DBE714;
}
</style>
border-color css
<style>
span { border-color: #DBE714; }
span { border-color: rgb(219,231,20); }
td.TdClassName
{
border-color: #DBE714;
}
.TagClassName
{
border-color: #DBE714;
}
</style>