Shades of Pear #DBE822
Tints of Pear #DBE822
RGB
CMYK
RGB Variations
Color information
#DBE822 (or 0xDBE822) is known color: Pear. HEX triplet: DB, E8 and 22. RGB value is (219,232,34). Sum of RGB (Red+Green+Blue) = 219+232+34=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE822 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE822 is #2417DD. Grayscale: #CECECE. Windows color (decimal): -2365406 or 2287835. OLE color: 2287835.
HSL color Cylindrical-coordinate representation of color #DBE822: hue angle of 63.94º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBE822 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.09 |
| HSL | 63.94º | 0.81% | 0.52% | - |
| HSV(B) | 63.94º | 0.85% | 0.91% | - |
| XYZ | 58.36 | 72.89 | 12.51 | - |
| YUV | 205.54 | 31.19 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 34 | 0.06 | 0 | 0.85 | 0.09 | 63.94 | 0.81 | 0.52 |
| Hex | DB | E8 | 22 | 6 | 0 | 55 | 9 | 40 | 51 | 34 |
| Octal | 333 | 350 | 42 | 6 | 0 | 125 | 11 | 100 | 121 | 64 |
| Binary | 11011011 | 11101000 | 100010 | 110 | 0 | 1010101 | 1001 | 1000000 | 1010001 | 110100 |
Color Harmonies of #DBE822
Complementary color
Monochromatic Colors of #DBE822
Black with #DBE822
Text Example
Text Example
White with #DBE822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE822; }
p { color: rgb(219,232,34); }
H1.HeaderClassName
{
color: #DBE822;
}
.AnyTagClassName
{
color: #DBE822;
}
</style>
background-color css
<style>
a { background-color: #DBE822; }
a { background-color: rgb(219,232,34); }
div.DivClassName
{
background-color: #DBE822;
}
.BgClassName
{
background-color: #DBE822;
}
</style>
border-color css
<style>
span { border-color: #DBE822; }
span { border-color: rgb(219,232,34); }
td.TdClassName
{
border-color: #DBE822;
}
.TagClassName
{
border-color: #DBE822;
}
</style>