Shades of Pear #DBE931
Tints of Pear #DBE931
RGB
CMYK
RGB Variations
Color information
#DBE931 (or 0xDBE931) is known color: Pear. HEX triplet: DB, E9 and 31. RGB value is (219,233,49). Sum of RGB (Red+Green+Blue) = 219+233+49=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE931 is #2416CE. Grayscale: #D0D0D0. Windows color (decimal): -2365135 or 3271131. OLE color: 3271131.
HSL color Cylindrical-coordinate representation of color #DBE931: hue angle of 64.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBE931 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 49 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.09 |
| HSL | 64.57º | 0.81% | 0.55% | - |
| HSV(B) | 64.57º | 0.79% | 0.91% | - |
| XYZ | 58.91 | 73.56 | 14 | - |
| YUV | 207.84 | 38.36 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 49 | 0.06 | 0 | 0.79 | 0.09 | 64.57 | 0.81 | 0.55 |
| Hex | DB | E9 | 31 | 6 | 0 | 4F | 9 | 41 | 51 | 37 |
| Octal | 333 | 351 | 61 | 6 | 0 | 117 | 11 | 101 | 121 | 67 |
| Binary | 11011011 | 11101001 | 110001 | 110 | 0 | 1001111 | 1001 | 1000001 | 1010001 | 110111 |
Color Harmonies of #DBE931
Complementary color
Monochromatic Colors of #DBE931
Black with #DBE931
Text Example
Text Example
White with #DBE931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE931; }
p { color: rgb(219,233,49); }
H1.HeaderClassName
{
color: #DBE931;
}
.AnyTagClassName
{
color: #DBE931;
}
</style>
background-color css
<style>
a { background-color: #DBE931; }
a { background-color: rgb(219,233,49); }
div.DivClassName
{
background-color: #DBE931;
}
.BgClassName
{
background-color: #DBE931;
}
</style>
border-color css
<style>
span { border-color: #DBE931; }
span { border-color: rgb(219,233,49); }
td.TdClassName
{
border-color: #DBE931;
}
.TagClassName
{
border-color: #DBE931;
}
</style>