Shades of Pear #DBEC1D
Tints of Pear #DBEC1D
RGB
CMYK
RGB Variations
Color information
#DBEC1D (or 0xDBEC1D) is known color: Pear. HEX triplet: DB, EC and 1D. RGB value is (219,236,29). Sum of RGB (Red+Green+Blue) = 219+236+29=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC1D is #2413E2. Grayscale: #D0D0D0. Windows color (decimal): -2364387 or 1961179. OLE color: 1961179.
HSL color Cylindrical-coordinate representation of color #DBEC1D: hue angle of 64.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBEC1D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.07 |
| HSL | 64.93º | 0.84% | 0.52% | - |
| HSV(B) | 64.93º | 0.88% | 0.93% | - |
| XYZ | 59.43 | 75.14 | 12.53 | - |
| YUV | 207.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 29 | 0.07 | 0 | 0.88 | 0.07 | 64.93 | 0.84 | 0.52 |
| Hex | DB | EC | 1D | 7 | 0 | 58 | 7 | 41 | 54 | 34 |
| Octal | 333 | 354 | 35 | 7 | 0 | 130 | 7 | 101 | 124 | 64 |
| Binary | 11011011 | 11101100 | 11101 | 111 | 0 | 1011000 | 111 | 1000001 | 1010100 | 110100 |
Color Harmonies of #DBEC1D
Complementary color
Monochromatic Colors of #DBEC1D
Black with #DBEC1D
Text Example
Text Example
White with #DBEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC1D; }
p { color: rgb(219,236,29); }
H1.HeaderClassName
{
color: #DBEC1D;
}
.AnyTagClassName
{
color: #DBEC1D;
}
</style>
background-color css
<style>
a { background-color: #DBEC1D; }
a { background-color: rgb(219,236,29); }
div.DivClassName
{
background-color: #DBEC1D;
}
.BgClassName
{
background-color: #DBEC1D;
}
</style>
border-color css
<style>
span { border-color: #DBEC1D; }
span { border-color: rgb(219,236,29); }
td.TdClassName
{
border-color: #DBEC1D;
}
.TagClassName
{
border-color: #DBEC1D;
}
</style>