Shades of Pear #DBE123
Tints of Pear #DBE123
RGB
CMYK
RGB Variations
Color information
#DBE123 (or 0xDBE123) is known color: Pear. HEX triplet: DB, E1 and 23. RGB value is (219,225,35). Sum of RGB (Red+Green+Blue) = 219+225+35=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE123 is #241EDC. Grayscale: #CACACA. Windows color (decimal): -2367197 or 2351579. OLE color: 2351579.
HSL color Cylindrical-coordinate representation of color #DBE123: hue angle of 61.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE123 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 35 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.12 |
| HSL | 61.89º | 0.76% | 0.51% | - |
| HSV(B) | 61.89º | 0.84% | 0.88% | - |
| XYZ | 56.44 | 69.03 | 11.94 | - |
| YUV | 201.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 35 | 0.03 | 0 | 0.84 | 0.12 | 61.89 | 0.76 | 0.51 |
| Hex | DB | E1 | 23 | 3 | 0 | 54 | C | 3E | 4C | 33 |
| Octal | 333 | 341 | 43 | 3 | 0 | 124 | 14 | 76 | 114 | 63 |
| Binary | 11011011 | 11100001 | 100011 | 11 | 0 | 1010100 | 1100 | 111110 | 1001100 | 110011 |
Color Harmonies of #DBE123
Complementary color
Monochromatic Colors of #DBE123
Black with #DBE123
Text Example
Text Example
White with #DBE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE123; }
p { color: rgb(219,225,35); }
H1.HeaderClassName
{
color: #DBE123;
}
.AnyTagClassName
{
color: #DBE123;
}
</style>
background-color css
<style>
a { background-color: #DBE123; }
a { background-color: rgb(219,225,35); }
div.DivClassName
{
background-color: #DBE123;
}
.BgClassName
{
background-color: #DBE123;
}
</style>
border-color css
<style>
span { border-color: #DBE123; }
span { border-color: rgb(219,225,35); }
td.TdClassName
{
border-color: #DBE123;
}
.TagClassName
{
border-color: #DBE123;
}
</style>