Shades of Pear #DBE932
Tints of Pear #DBE932
RGB
CMYK
RGB Variations
Color information
#DBE932 (or 0xDBE932) is known color: Pear. HEX triplet: DB, E9 and 32. RGB value is (219,233,50). Sum of RGB (Red+Green+Blue) = 219+233+50=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE932 is #2416CD. Grayscale: #D0D0D0. Windows color (decimal): -2365134 or 3336667. OLE color: 3336667.
HSL color Cylindrical-coordinate representation of color #DBE932: hue angle of 64.59º 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 #DBE932 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.09 |
| HSL | 64.59º | 0.81% | 0.55% | - |
| HSV(B) | 64.59º | 0.79% | 0.91% | - |
| XYZ | 58.93 | 73.57 | 14.11 | - |
| YUV | 207.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 50 | 0.06 | 0 | 0.79 | 0.09 | 64.59 | 0.81 | 0.55 |
| Hex | DB | E9 | 32 | 6 | 0 | 4F | 9 | 41 | 51 | 37 |
| Octal | 333 | 351 | 62 | 6 | 0 | 117 | 11 | 101 | 121 | 67 |
| Binary | 11011011 | 11101001 | 110010 | 110 | 0 | 1001111 | 1001 | 1000001 | 1010001 | 110111 |
Color Harmonies of #DBE932
Complementary color
Monochromatic Colors of #DBE932
Black with #DBE932
Text Example
Text Example
White with #DBE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE932; }
p { color: rgb(219,233,50); }
H1.HeaderClassName
{
color: #DBE932;
}
.AnyTagClassName
{
color: #DBE932;
}
</style>
background-color css
<style>
a { background-color: #DBE932; }
a { background-color: rgb(219,233,50); }
div.DivClassName
{
background-color: #DBE932;
}
.BgClassName
{
background-color: #DBE932;
}
</style>
border-color css
<style>
span { border-color: #DBE932; }
span { border-color: rgb(219,233,50); }
td.TdClassName
{
border-color: #DBE932;
}
.TagClassName
{
border-color: #DBE932;
}
</style>