Shades of Pear #DBE129
Tints of Pear #DBE129
RGB
CMYK
RGB Variations
Color information
#DBE129 (or 0xDBE129) is known color: Pear. HEX triplet: DB, E1 and 29. RGB value is (219,225,41). Sum of RGB (Red+Green+Blue) = 219+225+41=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE129 is #241ED6. Grayscale: #CACACA. Windows color (decimal): -2367191 or 2744795. OLE color: 2744795.
HSL color Cylindrical-coordinate representation of color #DBE129: hue angle of 61.96º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE129 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 41 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.12 |
| HSL | 61.96º | 0.75% | 0.52% | - |
| HSV(B) | 61.96º | 0.82% | 0.88% | - |
| XYZ | 56.54 | 69.07 | 12.45 | - |
| YUV | 202.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 41 | 0.03 | 0 | 0.82 | 0.12 | 61.96 | 0.75 | 0.52 |
| Hex | DB | E1 | 29 | 3 | 0 | 52 | C | 3E | 4B | 34 |
| Octal | 333 | 341 | 51 | 3 | 0 | 122 | 14 | 76 | 113 | 64 |
| Binary | 11011011 | 11100001 | 101001 | 11 | 0 | 1010010 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DBE129
Complementary color
Monochromatic Colors of #DBE129
Black with #DBE129
Text Example
Text Example
White with #DBE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE129; }
p { color: rgb(219,225,41); }
H1.HeaderClassName
{
color: #DBE129;
}
.AnyTagClassName
{
color: #DBE129;
}
</style>
background-color css
<style>
a { background-color: #DBE129; }
a { background-color: rgb(219,225,41); }
div.DivClassName
{
background-color: #DBE129;
}
.BgClassName
{
background-color: #DBE129;
}
</style>
border-color css
<style>
span { border-color: #DBE129; }
span { border-color: rgb(219,225,41); }
td.TdClassName
{
border-color: #DBE129;
}
.TagClassName
{
border-color: #DBE129;
}
</style>