Shades of Pear #DBE92B
Tints of Pear #DBE92B
RGB
CMYK
RGB Variations
Color information
#DBE92B (or 0xDBE92B) is known color: Pear. HEX triplet: DB, E9 and 2B. RGB value is (219,233,43). Sum of RGB (Red+Green+Blue) = 219+233+43=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE92B is #2416D4. Grayscale: #CFCFCF. Windows color (decimal): -2365141 or 2877915. OLE color: 2877915.
HSL color Cylindrical-coordinate representation of color #DBE92B: hue angle of 64.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE92B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 43 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.09 |
| HSL | 64.42º | 0.81% | 0.54% | - |
| HSV(B) | 64.42º | 0.82% | 0.91% | - |
| XYZ | 58.79 | 73.51 | 13.38 | - |
| YUV | 207.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 43 | 0.06 | 0 | 0.82 | 0.09 | 64.42 | 0.81 | 0.54 |
| Hex | DB | E9 | 2B | 6 | 0 | 52 | 9 | 40 | 51 | 36 |
| Octal | 333 | 351 | 53 | 6 | 0 | 122 | 11 | 100 | 121 | 66 |
| Binary | 11011011 | 11101001 | 101011 | 110 | 0 | 1010010 | 1001 | 1000000 | 1010001 | 110110 |
Color Harmonies of #DBE92B
Complementary color
Monochromatic Colors of #DBE92B
Black with #DBE92B
Text Example
Text Example
White with #DBE92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE92B; }
p { color: rgb(219,233,43); }
H1.HeaderClassName
{
color: #DBE92B;
}
.AnyTagClassName
{
color: #DBE92B;
}
</style>
background-color css
<style>
a { background-color: #DBE92B; }
a { background-color: rgb(219,233,43); }
div.DivClassName
{
background-color: #DBE92B;
}
.BgClassName
{
background-color: #DBE92B;
}
</style>
border-color css
<style>
span { border-color: #DBE92B; }
span { border-color: rgb(219,233,43); }
td.TdClassName
{
border-color: #DBE92B;
}
.TagClassName
{
border-color: #DBE92B;
}
</style>