Shades of Pear #DBE11D
Tints of Pear #DBE11D
RGB
CMYK
RGB Variations
Color information
#DBE11D (or 0xDBE11D) is known color: Pear. HEX triplet: DB, E1 and 1D. RGB value is (219,225,29). Sum of RGB (Red+Green+Blue) = 219+225+29=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE11D is #241EE2. Grayscale: #C9C9C9. Windows color (decimal): -2367203 or 1958363. OLE color: 1958363.
HSL color Cylindrical-coordinate representation of color #DBE11D: hue angle of 61.84º degrees, saturation: 0.77, 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 #DBE11D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 29 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.12 |
| HSL | 61.84º | 0.77% | 0.5% | - |
| HSV(B) | 61.84º | 0.87% | 0.88% | - |
| XYZ | 56.36 | 69 | 11.51 | - |
| YUV | 200.86 | 31.01 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 29 | 0.03 | 0 | 0.87 | 0.12 | 61.84 | 0.77 | 0.5 |
| Hex | DB | E1 | 1D | 3 | 0 | 57 | C | 3E | 4D | 32 |
| Octal | 333 | 341 | 35 | 3 | 0 | 127 | 14 | 76 | 115 | 62 |
| Binary | 11011011 | 11100001 | 11101 | 11 | 0 | 1010111 | 1100 | 111110 | 1001101 | 110010 |
Color Harmonies of #DBE11D
Complementary color
Monochromatic Colors of #DBE11D
Black with #DBE11D
Text Example
Text Example
White with #DBE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE11D; }
p { color: rgb(219,225,29); }
H1.HeaderClassName
{
color: #DBE11D;
}
.AnyTagClassName
{
color: #DBE11D;
}
</style>
background-color css
<style>
a { background-color: #DBE11D; }
a { background-color: rgb(219,225,29); }
div.DivClassName
{
background-color: #DBE11D;
}
.BgClassName
{
background-color: #DBE11D;
}
</style>
border-color css
<style>
span { border-color: #DBE11D; }
span { border-color: rgb(219,225,29); }
td.TdClassName
{
border-color: #DBE11D;
}
.TagClassName
{
border-color: #DBE11D;
}
</style>