Shades of Pear #DBEC1B
Tints of Pear #DBEC1B
RGB
CMYK
RGB Variations
Color information
#DBEC1B (or 0xDBEC1B) is known color: Pear. HEX triplet: DB, EC and 1B. RGB value is (219,236,27). Sum of RGB (Red+Green+Blue) = 219+236+27=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC1B is #2413E4. Grayscale: #CFCFCF. Windows color (decimal): -2364389 or 1830107. OLE color: 1830107.
HSL color Cylindrical-coordinate representation of color #DBEC1B: hue angle of 64.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBEC1B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 27 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.07 |
| HSL | 64.88º | 0.85% | 0.52% | - |
| HSV(B) | 64.88º | 0.89% | 0.93% | - |
| XYZ | 59.41 | 75.13 | 12.41 | - |
| YUV | 207.09 | 26.37 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 27 | 0.07 | 0 | 0.89 | 0.07 | 64.88 | 0.85 | 0.52 |
| Hex | DB | EC | 1B | 7 | 0 | 59 | 7 | 41 | 55 | 34 |
| Octal | 333 | 354 | 33 | 7 | 0 | 131 | 7 | 101 | 125 | 64 |
| Binary | 11011011 | 11101100 | 11011 | 111 | 0 | 1011001 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DBEC1B
Complementary color
Monochromatic Colors of #DBEC1B
Black with #DBEC1B
Text Example
Text Example
White with #DBEC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC1B; }
p { color: rgb(219,236,27); }
H1.HeaderClassName
{
color: #DBEC1B;
}
.AnyTagClassName
{
color: #DBEC1B;
}
</style>
background-color css
<style>
a { background-color: #DBEC1B; }
a { background-color: rgb(219,236,27); }
div.DivClassName
{
background-color: #DBEC1B;
}
.BgClassName
{
background-color: #DBEC1B;
}
</style>
border-color css
<style>
span { border-color: #DBEC1B; }
span { border-color: rgb(219,236,27); }
td.TdClassName
{
border-color: #DBEC1B;
}
.TagClassName
{
border-color: #DBEC1B;
}
</style>