Shades of Pear #DBE120
Tints of Pear #DBE120
RGB
CMYK
RGB Variations
Color information
#DBE120 (or 0xDBE120) is known color: Pear. HEX triplet: DB, E1 and 20. RGB value is (219,225,32). Sum of RGB (Red+Green+Blue) = 219+225+32=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE120 is #241EDF. Grayscale: #C9C9C9. Windows color (decimal): -2367200 or 2154971. OLE color: 2154971.
HSL color Cylindrical-coordinate representation of color #DBE120: hue angle of 61.87º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE120 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.12 |
| HSL | 61.87º | 0.76% | 0.5% | - |
| HSV(B) | 61.87º | 0.86% | 0.88% | - |
| XYZ | 56.4 | 69.01 | 11.72 | - |
| YUV | 201.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 32 | 0.03 | 0 | 0.86 | 0.12 | 61.87 | 0.76 | 0.5 |
| Hex | DB | E1 | 20 | 3 | 0 | 56 | C | 3E | 4C | 32 |
| Octal | 333 | 341 | 40 | 3 | 0 | 126 | 14 | 76 | 114 | 62 |
| Binary | 11011011 | 11100001 | 100000 | 11 | 0 | 1010110 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DBE120
Complementary color
Monochromatic Colors of #DBE120
Black with #DBE120
Text Example
Text Example
White with #DBE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE120; }
p { color: rgb(219,225,32); }
H1.HeaderClassName
{
color: #DBE120;
}
.AnyTagClassName
{
color: #DBE120;
}
</style>
background-color css
<style>
a { background-color: #DBE120; }
a { background-color: rgb(219,225,32); }
div.DivClassName
{
background-color: #DBE120;
}
.BgClassName
{
background-color: #DBE120;
}
</style>
border-color css
<style>
span { border-color: #DBE120; }
span { border-color: rgb(219,225,32); }
td.TdClassName
{
border-color: #DBE120;
}
.TagClassName
{
border-color: #DBE120;
}
</style>