Shades of Pear #DBEC1C
Tints of Pear #DBEC1C
RGB
CMYK
RGB Variations
Color information
#DBEC1C (or 0xDBEC1C) is known color: Pear. HEX triplet: DB, EC and 1C. RGB value is (219,236,28). Sum of RGB (Red+Green+Blue) = 219+236+28=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC1C is #2413E3. Grayscale: #D0D0D0. Windows color (decimal): -2364388 or 1895643. OLE color: 1895643.
HSL color Cylindrical-coordinate representation of color #DBEC1C: hue angle of 64.9º degrees, saturation: 0.85, 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 #DBEC1C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.07 |
| HSL | 64.9º | 0.85% | 0.52% | - |
| HSV(B) | 64.9º | 0.88% | 0.93% | - |
| XYZ | 59.42 | 75.13 | 12.47 | - |
| YUV | 207.21 | 26.87 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 28 | 0.07 | 0 | 0.88 | 0.07 | 64.9 | 0.85 | 0.52 |
| Hex | DB | EC | 1C | 7 | 0 | 58 | 7 | 41 | 55 | 34 |
| Octal | 333 | 354 | 34 | 7 | 0 | 130 | 7 | 101 | 125 | 64 |
| Binary | 11011011 | 11101100 | 11100 | 111 | 0 | 1011000 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DBEC1C
Complementary color
Monochromatic Colors of #DBEC1C
Black with #DBEC1C
Text Example
Text Example
White with #DBEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC1C; }
p { color: rgb(219,236,28); }
H1.HeaderClassName
{
color: #DBEC1C;
}
.AnyTagClassName
{
color: #DBEC1C;
}
</style>
background-color css
<style>
a { background-color: #DBEC1C; }
a { background-color: rgb(219,236,28); }
div.DivClassName
{
background-color: #DBEC1C;
}
.BgClassName
{
background-color: #DBEC1C;
}
</style>
border-color css
<style>
span { border-color: #DBEC1C; }
span { border-color: rgb(219,236,28); }
td.TdClassName
{
border-color: #DBEC1C;
}
.TagClassName
{
border-color: #DBEC1C;
}
</style>