Shades of Pear #DBE12A
Tints of Pear #DBE12A
RGB
CMYK
RGB Variations
Color information
#DBE12A (or 0xDBE12A) is known color: Pear. HEX triplet: DB, E1 and 2A. RGB value is (219,225,42). Sum of RGB (Red+Green+Blue) = 219+225+42=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE12A is #241ED5. Grayscale: #CBCBCB. Windows color (decimal): -2367190 or 2810331. OLE color: 2810331.
HSL color Cylindrical-coordinate representation of color #DBE12A: hue angle of 61.97º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBE12A is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 42 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.12 |
| HSL | 61.97º | 0.75% | 0.52% | - |
| HSV(B) | 61.97º | 0.81% | 0.88% | - |
| XYZ | 56.56 | 69.08 | 12.54 | - |
| YUV | 202.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 42 | 0.03 | 0 | 0.81 | 0.12 | 61.97 | 0.75 | 0.52 |
| Hex | DB | E1 | 2A | 3 | 0 | 51 | C | 3E | 4B | 34 |
| Octal | 333 | 341 | 52 | 3 | 0 | 121 | 14 | 76 | 113 | 64 |
| Binary | 11011011 | 11100001 | 101010 | 11 | 0 | 1010001 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DBE12A
Complementary color
Monochromatic Colors of #DBE12A
Black with #DBE12A
Text Example
Text Example
White with #DBE12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE12A; }
p { color: rgb(219,225,42); }
H1.HeaderClassName
{
color: #DBE12A;
}
.AnyTagClassName
{
color: #DBE12A;
}
</style>
background-color css
<style>
a { background-color: #DBE12A; }
a { background-color: rgb(219,225,42); }
div.DivClassName
{
background-color: #DBE12A;
}
.BgClassName
{
background-color: #DBE12A;
}
</style>
border-color css
<style>
span { border-color: #DBE12A; }
span { border-color: rgb(219,225,42); }
td.TdClassName
{
border-color: #DBE12A;
}
.TagClassName
{
border-color: #DBE12A;
}
</style>