Shades of Pear #DBE12C
Tints of Pear #DBE12C
RGB
CMYK
RGB Variations
Color information
#DBE12C (or 0xDBE12C) is known color: Pear. HEX triplet: DB, E1 and 2C. RGB value is (219,225,44). Sum of RGB (Red+Green+Blue) = 219+225+44=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE12C is #241ED3. Grayscale: #CBCBCB. Windows color (decimal): -2367188 or 2941403. OLE color: 2941403.
HSL color Cylindrical-coordinate representation of color #DBE12C: hue angle of 61.99º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBE12C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 44 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.12 |
| HSL | 61.99º | 0.75% | 0.53% | - |
| HSV(B) | 61.99º | 0.8% | 0.88% | - |
| XYZ | 56.59 | 69.09 | 12.74 | - |
| YUV | 202.57 | 38.51 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 44 | 0.03 | 0 | 0.80 | 0.12 | 61.99 | 0.75 | 0.53 |
| Hex | DB | E1 | 2C | 3 | 0 | 50 | C | 3E | 4B | 35 |
| Octal | 333 | 341 | 54 | 3 | 0 | 120 | 14 | 76 | 113 | 65 |
| Binary | 11011011 | 11100001 | 101100 | 11 | 0 | 1010000 | 1100 | 111110 | 1001011 | 110101 |
Color Harmonies of #DBE12C
Complementary color
Monochromatic Colors of #DBE12C
Black with #DBE12C
Text Example
Text Example
White with #DBE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE12C; }
p { color: rgb(219,225,44); }
H1.HeaderClassName
{
color: #DBE12C;
}
.AnyTagClassName
{
color: #DBE12C;
}
</style>
background-color css
<style>
a { background-color: #DBE12C; }
a { background-color: rgb(219,225,44); }
div.DivClassName
{
background-color: #DBE12C;
}
.BgClassName
{
background-color: #DBE12C;
}
</style>
border-color css
<style>
span { border-color: #DBE12C; }
span { border-color: rgb(219,225,44); }
td.TdClassName
{
border-color: #DBE12C;
}
.TagClassName
{
border-color: #DBE12C;
}
</style>