Shades of Pear #DBE920
Tints of Pear #DBE920
RGB
CMYK
RGB Variations
Color information
#DBE920 (or 0xDBE920) is known color: Pear. HEX triplet: DB, E9 and 20. RGB value is (219,233,32). Sum of RGB (Red+Green+Blue) = 219+233+32=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE920 is #2416DF. Grayscale: #CECECE. Windows color (decimal): -2365152 or 2157019. OLE color: 2157019.
HSL color Cylindrical-coordinate representation of color #DBE920: hue angle of 64.18º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE920 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.09 |
| HSL | 64.18º | 0.82% | 0.52% | - |
| HSV(B) | 64.18º | 0.86% | 0.91% | - |
| XYZ | 58.61 | 73.44 | 12.45 | - |
| YUV | 205.9 | 29.86 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 32 | 0.06 | 0 | 0.86 | 0.09 | 64.18 | 0.82 | 0.52 |
| Hex | DB | E9 | 20 | 6 | 0 | 56 | 9 | 40 | 52 | 34 |
| Octal | 333 | 351 | 40 | 6 | 0 | 126 | 11 | 100 | 122 | 64 |
| Binary | 11011011 | 11101001 | 100000 | 110 | 0 | 1010110 | 1001 | 1000000 | 1010010 | 110100 |
Color Harmonies of #DBE920
Complementary color
Monochromatic Colors of #DBE920
Black with #DBE920
Text Example
Text Example
White with #DBE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE920; }
p { color: rgb(219,233,32); }
H1.HeaderClassName
{
color: #DBE920;
}
.AnyTagClassName
{
color: #DBE920;
}
</style>
background-color css
<style>
a { background-color: #DBE920; }
a { background-color: rgb(219,233,32); }
div.DivClassName
{
background-color: #DBE920;
}
.BgClassName
{
background-color: #DBE920;
}
</style>
border-color css
<style>
span { border-color: #DBE920; }
span { border-color: rgb(219,233,32); }
td.TdClassName
{
border-color: #DBE920;
}
.TagClassName
{
border-color: #DBE920;
}
</style>