Shades of Pear #DBE11E
Tints of Pear #DBE11E
RGB
CMYK
RGB Variations
Color information
#DBE11E (or 0xDBE11E) is known color: Pear. HEX triplet: DB, E1 and 1E. RGB value is (219,225,30). Sum of RGB (Red+Green+Blue) = 219+225+30=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE11E is #241EE1. Grayscale: #C9C9C9. Windows color (decimal): -2367202 or 2023899. OLE color: 2023899.
HSL color Cylindrical-coordinate representation of color #DBE11E: hue angle of 61.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE11E is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 30 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.12 |
| HSL | 61.85º | 0.76% | 0.5% | - |
| HSV(B) | 61.85º | 0.87% | 0.88% | - |
| XYZ | 56.37 | 69 | 11.58 | - |
| YUV | 200.98 | 31.51 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 30 | 0.03 | 0 | 0.87 | 0.12 | 61.85 | 0.76 | 0.5 |
| Hex | DB | E1 | 1E | 3 | 0 | 57 | C | 3E | 4C | 32 |
| Octal | 333 | 341 | 36 | 3 | 0 | 127 | 14 | 76 | 114 | 62 |
| Binary | 11011011 | 11100001 | 11110 | 11 | 0 | 1010111 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DBE11E
Complementary color
Monochromatic Colors of #DBE11E
Black with #DBE11E
Text Example
Text Example
White with #DBE11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE11E; }
p { color: rgb(219,225,30); }
H1.HeaderClassName
{
color: #DBE11E;
}
.AnyTagClassName
{
color: #DBE11E;
}
</style>
background-color css
<style>
a { background-color: #DBE11E; }
a { background-color: rgb(219,225,30); }
div.DivClassName
{
background-color: #DBE11E;
}
.BgClassName
{
background-color: #DBE11E;
}
</style>
border-color css
<style>
span { border-color: #DBE11E; }
span { border-color: rgb(219,225,30); }
td.TdClassName
{
border-color: #DBE11E;
}
.TagClassName
{
border-color: #DBE11E;
}
</style>