Shades of Pear #DBE922
Tints of Pear #DBE922
RGB
CMYK
RGB Variations
Color information
#DBE922 (or 0xDBE922) is known color: Pear. HEX triplet: DB, E9 and 22. RGB value is (219,233,34). Sum of RGB (Red+Green+Blue) = 219+233+34=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE922 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE922 is #2416DD. Grayscale: #CECECE. Windows color (decimal): -2365150 or 2288091. OLE color: 2288091.
HSL color Cylindrical-coordinate representation of color #DBE922: hue angle of 64.22º degrees, saturation: 0.82, 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 #DBE922 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.09 |
| HSL | 64.22º | 0.82% | 0.52% | - |
| HSV(B) | 64.22º | 0.85% | 0.91% | - |
| XYZ | 58.64 | 73.45 | 12.6 | - |
| YUV | 206.13 | 30.86 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 34 | 0.06 | 0 | 0.85 | 0.09 | 64.22 | 0.82 | 0.52 |
| Hex | DB | E9 | 22 | 6 | 0 | 55 | 9 | 40 | 52 | 34 |
| Octal | 333 | 351 | 42 | 6 | 0 | 125 | 11 | 100 | 122 | 64 |
| Binary | 11011011 | 11101001 | 100010 | 110 | 0 | 1010101 | 1001 | 1000000 | 1010010 | 110100 |
Color Harmonies of #DBE922
Complementary color
Monochromatic Colors of #DBE922
Black with #DBE922
Text Example
Text Example
White with #DBE922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE922; }
p { color: rgb(219,233,34); }
H1.HeaderClassName
{
color: #DBE922;
}
.AnyTagClassName
{
color: #DBE922;
}
</style>
background-color css
<style>
a { background-color: #DBE922; }
a { background-color: rgb(219,233,34); }
div.DivClassName
{
background-color: #DBE922;
}
.BgClassName
{
background-color: #DBE922;
}
</style>
border-color css
<style>
span { border-color: #DBE922; }
span { border-color: rgb(219,233,34); }
td.TdClassName
{
border-color: #DBE922;
}
.TagClassName
{
border-color: #DBE922;
}
</style>