Shades of Pear #DBE521
Tints of Pear #DBE521
RGB
CMYK
RGB Variations
Color information
#DBE521 (or 0xDBE521) is known color: Pear. HEX triplet: DB, E5 and 21. RGB value is (219,229,33). Sum of RGB (Red+Green+Blue) = 219+229+33=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE521 is #241ADE. Grayscale: #CCCCCC. Windows color (decimal): -2366175 or 2221531. OLE color: 2221531.
HSL color Cylindrical-coordinate representation of color #DBE521: hue angle of 63.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE521 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 33 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.10 |
| HSL | 63.06º | 0.79% | 0.51% | - |
| HSV(B) | 63.06º | 0.86% | 0.9% | - |
| XYZ | 57.51 | 71.21 | 12.15 | - |
| YUV | 203.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 33 | 0.04 | 0 | 0.86 | 0.10 | 63.06 | 0.79 | 0.51 |
| Hex | DB | E5 | 21 | 4 | 0 | 56 | A | 3F | 4F | 33 |
| Octal | 333 | 345 | 41 | 4 | 0 | 126 | 12 | 77 | 117 | 63 |
| Binary | 11011011 | 11100101 | 100001 | 100 | 0 | 1010110 | 1010 | 111111 | 1001111 | 110011 |
Color Harmonies of #DBE521
Complementary color
Monochromatic Colors of #DBE521
Black with #DBE521
Text Example
Text Example
White with #DBE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE521; }
p { color: rgb(219,229,33); }
H1.HeaderClassName
{
color: #DBE521;
}
.AnyTagClassName
{
color: #DBE521;
}
</style>
background-color css
<style>
a { background-color: #DBE521; }
a { background-color: rgb(219,229,33); }
div.DivClassName
{
background-color: #DBE521;
}
.BgClassName
{
background-color: #DBE521;
}
</style>
border-color css
<style>
span { border-color: #DBE521; }
span { border-color: rgb(219,229,33); }
td.TdClassName
{
border-color: #DBE521;
}
.TagClassName
{
border-color: #DBE521;
}
</style>