Shades of Pear #DBE021
Tints of Pear #DBE021
RGB
CMYK
RGB Variations
Color information
#DBE021 (or 0xDBE021) is known color: Pear. HEX triplet: DB, E0 and 21. RGB value is (219,224,33). Sum of RGB (Red+Green+Blue) = 219+224+33=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 33 (13.28% from 255 or 6.93% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE021 is #241FDE. Grayscale: #C9C9C9. Windows color (decimal): -2367455 or 2220251. OLE color: 2220251.
HSL color Cylindrical-coordinate representation of color #DBE021: hue angle of 61.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBE021 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 33 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.12 |
| HSL | 61.57º | 0.75% | 0.5% | - |
| HSV(B) | 61.57º | 0.85% | 0.88% | - |
| XYZ | 56.14 | 68.48 | 11.7 | - |
| YUV | 200.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 33 | 0.02 | 0 | 0.85 | 0.12 | 61.57 | 0.75 | 0.5 |
| Hex | DB | E0 | 21 | 2 | 0 | 55 | C | 3E | 4B | 32 |
| Octal | 333 | 340 | 41 | 2 | 0 | 125 | 14 | 76 | 113 | 62 |
| Binary | 11011011 | 11100000 | 100001 | 10 | 0 | 1010101 | 1100 | 111110 | 1001011 | 110010 |
Color Harmonies of #DBE021
Complementary color
Monochromatic Colors of #DBE021
Black with #DBE021
Text Example
Text Example
White with #DBE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE021; }
p { color: rgb(219,224,33); }
H1.HeaderClassName
{
color: #DBE021;
}
.AnyTagClassName
{
color: #DBE021;
}
</style>
background-color css
<style>
a { background-color: #DBE021; }
a { background-color: rgb(219,224,33); }
div.DivClassName
{
background-color: #DBE021;
}
.BgClassName
{
background-color: #DBE021;
}
</style>
border-color css
<style>
span { border-color: #DBE021; }
span { border-color: rgb(219,224,33); }
td.TdClassName
{
border-color: #DBE021;
}
.TagClassName
{
border-color: #DBE021;
}
</style>