Shades of Pear #DBEA22
Tints of Pear #DBEA22
RGB
CMYK
RGB Variations
Color information
#DBEA22 (or 0xDBEA22) is known color: Pear. HEX triplet: DB, EA and 22. RGB value is (219,234,34). Sum of RGB (Red+Green+Blue) = 219+234+34=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA22 is #2415DD. Grayscale: #CFCFCF. Windows color (decimal): -2364894 or 2288347. OLE color: 2288347.
HSL color Cylindrical-coordinate representation of color #DBEA22: hue angle of 64.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBEA22 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.08 |
| HSL | 64.5º | 0.83% | 0.53% | - |
| HSV(B) | 64.5º | 0.85% | 0.92% | - |
| XYZ | 58.92 | 74.02 | 12.7 | - |
| YUV | 206.72 | 30.53 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 34 | 0.06 | 0 | 0.85 | 0.08 | 64.5 | 0.83 | 0.53 |
| Hex | DB | EA | 22 | 6 | 0 | 55 | 8 | 40 | 53 | 35 |
| Octal | 333 | 352 | 42 | 6 | 0 | 125 | 10 | 100 | 123 | 65 |
| Binary | 11011011 | 11101010 | 100010 | 110 | 0 | 1010101 | 1000 | 1000000 | 1010011 | 110101 |
Color Harmonies of #DBEA22
Complementary color
Monochromatic Colors of #DBEA22
Black with #DBEA22
Text Example
Text Example
White with #DBEA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA22; }
p { color: rgb(219,234,34); }
H1.HeaderClassName
{
color: #DBEA22;
}
.AnyTagClassName
{
color: #DBEA22;
}
</style>
background-color css
<style>
a { background-color: #DBEA22; }
a { background-color: rgb(219,234,34); }
div.DivClassName
{
background-color: #DBEA22;
}
.BgClassName
{
background-color: #DBEA22;
}
</style>
border-color css
<style>
span { border-color: #DBEA22; }
span { border-color: rgb(219,234,34); }
td.TdClassName
{
border-color: #DBEA22;
}
.TagClassName
{
border-color: #DBEA22;
}
</style>