Shades of Pear #DBEC2C
Tints of Pear #DBEC2C
RGB
CMYK
RGB Variations
Color information
#DBEC2C (or 0xDBEC2C) is known color: Pear. HEX triplet: DB, EC and 2C. RGB value is (219,236,44). Sum of RGB (Red+Green+Blue) = 219+236+44=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC2C is #2413D3. Grayscale: #D1D1D1. Windows color (decimal): -2364372 or 2944219. OLE color: 2944219.
HSL color Cylindrical-coordinate representation of color #DBEC2C: hue angle of 65.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBEC2C is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 44 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.07 |
| HSL | 65.31º | 0.83% | 0.55% | - |
| HSV(B) | 65.31º | 0.81% | 0.93% | - |
| XYZ | 59.66 | 75.23 | 13.76 | - |
| YUV | 209.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 44 | 0.07 | 0 | 0.81 | 0.07 | 65.31 | 0.83 | 0.55 |
| Hex | DB | EC | 2C | 7 | 0 | 51 | 7 | 41 | 53 | 37 |
| Octal | 333 | 354 | 54 | 7 | 0 | 121 | 7 | 101 | 123 | 67 |
| Binary | 11011011 | 11101100 | 101100 | 111 | 0 | 1010001 | 111 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DBEC2C
Complementary color
Monochromatic Colors of #DBEC2C
Black with #DBEC2C
Text Example
Text Example
White with #DBEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC2C; }
p { color: rgb(219,236,44); }
H1.HeaderClassName
{
color: #DBEC2C;
}
.AnyTagClassName
{
color: #DBEC2C;
}
</style>
background-color css
<style>
a { background-color: #DBEC2C; }
a { background-color: rgb(219,236,44); }
div.DivClassName
{
background-color: #DBEC2C;
}
.BgClassName
{
background-color: #DBEC2C;
}
</style>
border-color css
<style>
span { border-color: #DBEC2C; }
span { border-color: rgb(219,236,44); }
td.TdClassName
{
border-color: #DBEC2C;
}
.TagClassName
{
border-color: #DBEC2C;
}
</style>