Shades of Pear #DBE93E
Tints of Pear #DBE93E
RGB
CMYK
RGB Variations
Color information
#DBE93E (or 0xDBE93E) is known color: Pear. HEX triplet: DB, E9 and 3E. RGB value is (219,233,62). Sum of RGB (Red+Green+Blue) = 219+233+62=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE93E is #2416C1. Grayscale: #D1D1D1. Windows color (decimal): -2365122 or 4123099. OLE color: 4123099.
HSL color Cylindrical-coordinate representation of color #DBE93E: hue angle of 64.91º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE93E is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 62 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.09 |
| HSL | 64.91º | 0.8% | 0.58% | - |
| HSV(B) | 64.91º | 0.73% | 0.91% | - |
| XYZ | 59.22 | 73.69 | 15.66 | - |
| YUV | 209.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 62 | 0.06 | 0 | 0.73 | 0.09 | 64.91 | 0.8 | 0.58 |
| Hex | DB | E9 | 3E | 6 | 0 | 49 | 9 | 41 | 50 | 3A |
| Octal | 333 | 351 | 76 | 6 | 0 | 111 | 11 | 101 | 120 | 72 |
| Binary | 11011011 | 11101001 | 111110 | 110 | 0 | 1001001 | 1001 | 1000001 | 1010000 | 111010 |
Color Harmonies of #DBE93E
Complementary color
Monochromatic Colors of #DBE93E
Black with #DBE93E
Text Example
Text Example
White with #DBE93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE93E; }
p { color: rgb(219,233,62); }
H1.HeaderClassName
{
color: #DBE93E;
}
.AnyTagClassName
{
color: #DBE93E;
}
</style>
background-color css
<style>
a { background-color: #DBE93E; }
a { background-color: rgb(219,233,62); }
div.DivClassName
{
background-color: #DBE93E;
}
.BgClassName
{
background-color: #DBE93E;
}
</style>
border-color css
<style>
span { border-color: #DBE93E; }
span { border-color: rgb(219,233,62); }
td.TdClassName
{
border-color: #DBE93E;
}
.TagClassName
{
border-color: #DBE93E;
}
</style>