Shades of Pear #DBEA27
Tints of Pear #DBEA27
RGB
CMYK
RGB Variations
Color information
#DBEA27 (or 0xDBEA27) is known color: Pear. HEX triplet: DB, EA and 27. RGB value is (219,234,39). Sum of RGB (Red+Green+Blue) = 219+234+39=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA27 is #2415D8. Grayscale: #D0D0D0. Windows color (decimal): -2364889 or 2616027. OLE color: 2616027.
HSL color Cylindrical-coordinate representation of color #DBEA27: hue angle of 64.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBEA27 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 39 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.08 |
| HSL | 64.62º | 0.82% | 0.54% | - |
| HSV(B) | 64.62º | 0.83% | 0.92% | - |
| XYZ | 59 | 74.05 | 13.1 | - |
| YUV | 207.29 | 33.03 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 39 | 0.06 | 0 | 0.83 | 0.08 | 64.62 | 0.82 | 0.54 |
| Hex | DB | EA | 27 | 6 | 0 | 53 | 8 | 41 | 52 | 36 |
| Octal | 333 | 352 | 47 | 6 | 0 | 123 | 10 | 101 | 122 | 66 |
| Binary | 11011011 | 11101010 | 100111 | 110 | 0 | 1010011 | 1000 | 1000001 | 1010010 | 110110 |
Color Harmonies of #DBEA27
Complementary color
Monochromatic Colors of #DBEA27
Black with #DBEA27
Text Example
Text Example
White with #DBEA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA27; }
p { color: rgb(219,234,39); }
H1.HeaderClassName
{
color: #DBEA27;
}
.AnyTagClassName
{
color: #DBEA27;
}
</style>
background-color css
<style>
a { background-color: #DBEA27; }
a { background-color: rgb(219,234,39); }
div.DivClassName
{
background-color: #DBEA27;
}
.BgClassName
{
background-color: #DBEA27;
}
</style>
border-color css
<style>
span { border-color: #DBEA27; }
span { border-color: rgb(219,234,39); }
td.TdClassName
{
border-color: #DBEA27;
}
.TagClassName
{
border-color: #DBEA27;
}
</style>