Shades of Pear #DBEA19
Tints of Pear #DBEA19
RGB
CMYK
RGB Variations
Color information
#DBEA19 (or 0xDBEA19) is known color: Pear. HEX triplet: DB, EA and 19. RGB value is (219,234,25). Sum of RGB (Red+Green+Blue) = 219+234+25=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA19 is #2415E6. Grayscale: #CECECE. Windows color (decimal): -2364903 or 1698523. OLE color: 1698523.
HSL color Cylindrical-coordinate representation of color #DBEA19: hue angle of 64.31º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBEA19 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.08 |
| HSL | 64.31º | 0.83% | 0.51% | - |
| HSV(B) | 64.31º | 0.89% | 0.92% | - |
| XYZ | 58.81 | 73.98 | 12.1 | - |
| YUV | 205.69 | 26.03 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 25 | 0.06 | 0 | 0.89 | 0.08 | 64.31 | 0.83 | 0.51 |
| Hex | DB | EA | 19 | 6 | 0 | 59 | 8 | 40 | 53 | 33 |
| Octal | 333 | 352 | 31 | 6 | 0 | 131 | 10 | 100 | 123 | 63 |
| Binary | 11011011 | 11101010 | 11001 | 110 | 0 | 1011001 | 1000 | 1000000 | 1010011 | 110011 |
Color Harmonies of #DBEA19
Complementary color
Monochromatic Colors of #DBEA19
Black with #DBEA19
Text Example
Text Example
White with #DBEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA19; }
p { color: rgb(219,234,25); }
H1.HeaderClassName
{
color: #DBEA19;
}
.AnyTagClassName
{
color: #DBEA19;
}
</style>
background-color css
<style>
a { background-color: #DBEA19; }
a { background-color: rgb(219,234,25); }
div.DivClassName
{
background-color: #DBEA19;
}
.BgClassName
{
background-color: #DBEA19;
}
</style>
border-color css
<style>
span { border-color: #DBEA19; }
span { border-color: rgb(219,234,25); }
td.TdClassName
{
border-color: #DBEA19;
}
.TagClassName
{
border-color: #DBEA19;
}
</style>