Shades of Pear #DBE528
Tints of Pear #DBE528
RGB
CMYK
RGB Variations
Color information
#DBE528 (or 0xDBE528) is known color: Pear. HEX triplet: DB, E5 and 28. RGB value is (219,229,40). Sum of RGB (Red+Green+Blue) = 219+229+40=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE528 is #241AD7. Grayscale: #CDCDCD. Windows color (decimal): -2366168 or 2680283. OLE color: 2680283.
HSL color Cylindrical-coordinate representation of color #DBE528: hue angle of 63.17º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBE528 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 40 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.10 |
| HSL | 63.17º | 0.78% | 0.53% | - |
| HSV(B) | 63.17º | 0.83% | 0.9% | - |
| XYZ | 57.62 | 71.25 | 12.72 | - |
| YUV | 204.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 40 | 0.04 | 0 | 0.83 | 0.10 | 63.17 | 0.78 | 0.53 |
| Hex | DB | E5 | 28 | 4 | 0 | 53 | A | 3F | 4E | 35 |
| Octal | 333 | 345 | 50 | 4 | 0 | 123 | 12 | 77 | 116 | 65 |
| Binary | 11011011 | 11100101 | 101000 | 100 | 0 | 1010011 | 1010 | 111111 | 1001110 | 110101 |
Color Harmonies of #DBE528
Complementary color
Monochromatic Colors of #DBE528
Black with #DBE528
Text Example
Text Example
White with #DBE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE528; }
p { color: rgb(219,229,40); }
H1.HeaderClassName
{
color: #DBE528;
}
.AnyTagClassName
{
color: #DBE528;
}
</style>
background-color css
<style>
a { background-color: #DBE528; }
a { background-color: rgb(219,229,40); }
div.DivClassName
{
background-color: #DBE528;
}
.BgClassName
{
background-color: #DBE528;
}
</style>
border-color css
<style>
span { border-color: #DBE528; }
span { border-color: rgb(219,229,40); }
td.TdClassName
{
border-color: #DBE528;
}
.TagClassName
{
border-color: #DBE528;
}
</style>