Shades of Pear #DBE520
Tints of Pear #DBE520
RGB
CMYK
RGB Variations
Color information
#DBE520 (or 0xDBE520) is known color: Pear. HEX triplet: DB, E5 and 20. RGB value is (219,229,32). Sum of RGB (Red+Green+Blue) = 219+229+32=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE520 is #241ADF. Grayscale: #CCCCCC. Windows color (decimal): -2366176 or 2155995. OLE color: 2155995.
HSL color Cylindrical-coordinate representation of color #DBE520: hue angle of 63.05º 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 #DBE520 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.10 |
| HSL | 63.05º | 0.79% | 0.51% | - |
| HSV(B) | 63.05º | 0.86% | 0.9% | - |
| XYZ | 57.49 | 71.2 | 12.08 | - |
| YUV | 203.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 32 | 0.04 | 0 | 0.86 | 0.10 | 63.05 | 0.79 | 0.51 |
| Hex | DB | E5 | 20 | 4 | 0 | 56 | A | 3F | 4F | 33 |
| Octal | 333 | 345 | 40 | 4 | 0 | 126 | 12 | 77 | 117 | 63 |
| Binary | 11011011 | 11100101 | 100000 | 100 | 0 | 1010110 | 1010 | 111111 | 1001111 | 110011 |
Color Harmonies of #DBE520
Complementary color
Monochromatic Colors of #DBE520
Black with #DBE520
Text Example
Text Example
White with #DBE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE520; }
p { color: rgb(219,229,32); }
H1.HeaderClassName
{
color: #DBE520;
}
.AnyTagClassName
{
color: #DBE520;
}
</style>
background-color css
<style>
a { background-color: #DBE520; }
a { background-color: rgb(219,229,32); }
div.DivClassName
{
background-color: #DBE520;
}
.BgClassName
{
background-color: #DBE520;
}
</style>
border-color css
<style>
span { border-color: #DBE520; }
span { border-color: rgb(219,229,32); }
td.TdClassName
{
border-color: #DBE520;
}
.TagClassName
{
border-color: #DBE520;
}
</style>