Shades of Pear #DBE91D
Tints of Pear #DBE91D
RGB
CMYK
RGB Variations
Color information
#DBE91D (or 0xDBE91D) is known color: Pear. HEX triplet: DB, E9 and 1D. RGB value is (219,233,29). Sum of RGB (Red+Green+Blue) = 219+233+29=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE91D is #2416E2. Grayscale: #CECECE. Windows color (decimal): -2365155 or 1960411. OLE color: 1960411.
HSL color Cylindrical-coordinate representation of color #DBE91D: hue angle of 64.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBE91D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 64.12º | 0.82% | 0.51% | - |
| HSV(B) | 64.12º | 0.88% | 0.91% | - |
| XYZ | 58.57 | 73.43 | 12.25 | - |
| YUV | 205.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 29 | 0.06 | 0 | 0.88 | 0.09 | 64.12 | 0.82 | 0.51 |
| Hex | DB | E9 | 1D | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 333 | 351 | 35 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011011 | 11101001 | 11101 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DBE91D
Complementary color
Monochromatic Colors of #DBE91D
Black with #DBE91D
Text Example
Text Example
White with #DBE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE91D; }
p { color: rgb(219,233,29); }
H1.HeaderClassName
{
color: #DBE91D;
}
.AnyTagClassName
{
color: #DBE91D;
}
</style>
background-color css
<style>
a { background-color: #DBE91D; }
a { background-color: rgb(219,233,29); }
div.DivClassName
{
background-color: #DBE91D;
}
.BgClassName
{
background-color: #DBE91D;
}
</style>
border-color css
<style>
span { border-color: #DBE91D; }
span { border-color: rgb(219,233,29); }
td.TdClassName
{
border-color: #DBE91D;
}
.TagClassName
{
border-color: #DBE91D;
}
</style>