Shades of Pear #DBEA29
Tints of Pear #DBEA29
RGB
CMYK
RGB Variations
Color information
#DBEA29 (or 0xDBEA29) is known color: Pear. HEX triplet: DB, EA and 29. RGB value is (219,234,41). Sum of RGB (Red+Green+Blue) = 219+234+41=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA29 is #2415D6. Grayscale: #D0D0D0. Windows color (decimal): -2364887 or 2747099. OLE color: 2747099.
HSL color Cylindrical-coordinate representation of color #DBEA29: hue angle of 64.66º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBEA29 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 41 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.08 |
| HSL | 64.66º | 0.82% | 0.54% | - |
| HSV(B) | 64.66º | 0.82% | 0.92% | - |
| XYZ | 59.04 | 74.07 | 13.28 | - |
| YUV | 207.51 | 34.03 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 41 | 0.06 | 0 | 0.82 | 0.08 | 64.66 | 0.82 | 0.54 |
| Hex | DB | EA | 29 | 6 | 0 | 52 | 8 | 41 | 52 | 36 |
| Octal | 333 | 352 | 51 | 6 | 0 | 122 | 10 | 101 | 122 | 66 |
| Binary | 11011011 | 11101010 | 101001 | 110 | 0 | 1010010 | 1000 | 1000001 | 1010010 | 110110 |
Color Harmonies of #DBEA29
Complementary color
Monochromatic Colors of #DBEA29
Black with #DBEA29
Text Example
Text Example
White with #DBEA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA29; }
p { color: rgb(219,234,41); }
H1.HeaderClassName
{
color: #DBEA29;
}
.AnyTagClassName
{
color: #DBEA29;
}
</style>
background-color css
<style>
a { background-color: #DBEA29; }
a { background-color: rgb(219,234,41); }
div.DivClassName
{
background-color: #DBEA29;
}
.BgClassName
{
background-color: #DBEA29;
}
</style>
border-color css
<style>
span { border-color: #DBEA29; }
span { border-color: rgb(219,234,41); }
td.TdClassName
{
border-color: #DBEA29;
}
.TagClassName
{
border-color: #DBEA29;
}
</style>