Shades of Pear #DBE429
Tints of Pear #DBE429
RGB
CMYK
RGB Variations
Color information
#DBE429 (or 0xDBE429) is known color: Pear. HEX triplet: DB, E4 and 29. RGB value is (219,228,41). Sum of RGB (Red+Green+Blue) = 219+228+41=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE429 is #241BD6. Grayscale: #CCCCCC. Windows color (decimal): -2366423 or 2745563. OLE color: 2745563.
HSL color Cylindrical-coordinate representation of color #DBE429: hue angle of 62.89º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE429 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 41 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.11 |
| HSL | 62.89º | 0.78% | 0.53% | - |
| HSV(B) | 62.89º | 0.82% | 0.89% | - |
| XYZ | 57.36 | 70.71 | 12.72 | - |
| YUV | 203.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 41 | 0.04 | 0 | 0.82 | 0.11 | 62.89 | 0.78 | 0.53 |
| Hex | DB | E4 | 29 | 4 | 0 | 52 | B | 3F | 4E | 35 |
| Octal | 333 | 344 | 51 | 4 | 0 | 122 | 13 | 77 | 116 | 65 |
| Binary | 11011011 | 11100100 | 101001 | 100 | 0 | 1010010 | 1011 | 111111 | 1001110 | 110101 |
Color Harmonies of #DBE429
Complementary color
Monochromatic Colors of #DBE429
Black with #DBE429
Text Example
Text Example
White with #DBE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE429; }
p { color: rgb(219,228,41); }
H1.HeaderClassName
{
color: #DBE429;
}
.AnyTagClassName
{
color: #DBE429;
}
</style>
background-color css
<style>
a { background-color: #DBE429; }
a { background-color: rgb(219,228,41); }
div.DivClassName
{
background-color: #DBE429;
}
.BgClassName
{
background-color: #DBE429;
}
</style>
border-color css
<style>
span { border-color: #DBE429; }
span { border-color: rgb(219,228,41); }
td.TdClassName
{
border-color: #DBE429;
}
.TagClassName
{
border-color: #DBE429;
}
</style>