Shades of Pear #DBE526
Tints of Pear #DBE526
RGB
CMYK
RGB Variations
Color information
#DBE526 (or 0xDBE526) is known color: Pear. HEX triplet: DB, E5 and 26. RGB value is (219,229,38). Sum of RGB (Red+Green+Blue) = 219+229+38=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE526 is #241AD9. Grayscale: #CCCCCC. Windows color (decimal): -2366170 or 2549211. OLE color: 2549211.
HSL color Cylindrical-coordinate representation of color #DBE526: hue angle of 63.14º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBE526 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.10 |
| HSL | 63.14º | 0.79% | 0.52% | - |
| HSV(B) | 63.14º | 0.83% | 0.9% | - |
| XYZ | 57.58 | 71.24 | 12.55 | - |
| YUV | 204.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 38 | 0.04 | 0 | 0.83 | 0.10 | 63.14 | 0.79 | 0.52 |
| Hex | DB | E5 | 26 | 4 | 0 | 53 | A | 3F | 4F | 34 |
| Octal | 333 | 345 | 46 | 4 | 0 | 123 | 12 | 77 | 117 | 64 |
| Binary | 11011011 | 11100101 | 100110 | 100 | 0 | 1010011 | 1010 | 111111 | 1001111 | 110100 |
Color Harmonies of #DBE526
Complementary color
Monochromatic Colors of #DBE526
Black with #DBE526
Text Example
Text Example
White with #DBE526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE526; }
p { color: rgb(219,229,38); }
H1.HeaderClassName
{
color: #DBE526;
}
.AnyTagClassName
{
color: #DBE526;
}
</style>
background-color css
<style>
a { background-color: #DBE526; }
a { background-color: rgb(219,229,38); }
div.DivClassName
{
background-color: #DBE526;
}
.BgClassName
{
background-color: #DBE526;
}
</style>
border-color css
<style>
span { border-color: #DBE526; }
span { border-color: rgb(219,229,38); }
td.TdClassName
{
border-color: #DBE526;
}
.TagClassName
{
border-color: #DBE526;
}
</style>