Shades of Pear #DBE732
Tints of Pear #DBE732
RGB
CMYK
RGB Variations
Color information
#DBE732 (or 0xDBE732) is known color: Pear. HEX triplet: DB, E7 and 32. RGB value is (219,231,50). Sum of RGB (Red+Green+Blue) = 219+231+50=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE732 is #2418CD. Grayscale: #CFCFCF. Windows color (decimal): -2365646 or 3336155. OLE color: 3336155.
HSL color Cylindrical-coordinate representation of color #DBE732: hue angle of 63.98º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBE732 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 50 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.09 |
| HSL | 63.98º | 0.79% | 0.55% | - |
| HSV(B) | 63.98º | 0.78% | 0.91% | - |
| XYZ | 58.37 | 72.44 | 13.92 | - |
| YUV | 206.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 50 | 0.05 | 0 | 0.78 | 0.09 | 63.98 | 0.79 | 0.55 |
| Hex | DB | E7 | 32 | 5 | 0 | 4E | 9 | 40 | 4F | 37 |
| Octal | 333 | 347 | 62 | 5 | 0 | 116 | 11 | 100 | 117 | 67 |
| Binary | 11011011 | 11100111 | 110010 | 101 | 0 | 1001110 | 1001 | 1000000 | 1001111 | 110111 |
Color Harmonies of #DBE732
Complementary color
Monochromatic Colors of #DBE732
Black with #DBE732
Text Example
Text Example
White with #DBE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE732; }
p { color: rgb(219,231,50); }
H1.HeaderClassName
{
color: #DBE732;
}
.AnyTagClassName
{
color: #DBE732;
}
</style>
background-color css
<style>
a { background-color: #DBE732; }
a { background-color: rgb(219,231,50); }
div.DivClassName
{
background-color: #DBE732;
}
.BgClassName
{
background-color: #DBE732;
}
</style>
border-color css
<style>
span { border-color: #DBE732; }
span { border-color: rgb(219,231,50); }
td.TdClassName
{
border-color: #DBE732;
}
.TagClassName
{
border-color: #DBE732;
}
</style>