Shades of Pear #DBEC21
Tints of Pear #DBEC21
RGB
CMYK
RGB Variations
Color information
#DBEC21 (or 0xDBEC21) is known color: Pear. HEX triplet: DB, EC and 21. RGB value is (219,236,33). Sum of RGB (Red+Green+Blue) = 219+236+33=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC21 is #2413DE. Grayscale: #D0D0D0. Windows color (decimal): -2364383 or 2223323. OLE color: 2223323.
HSL color Cylindrical-coordinate representation of color #DBEC21: hue angle of 65.02º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBEC21 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.07 |
| HSL | 65.02º | 0.84% | 0.53% | - |
| HSV(B) | 65.02º | 0.86% | 0.93% | - |
| XYZ | 59.48 | 75.16 | 12.81 | - |
| YUV | 207.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 33 | 0.07 | 0 | 0.86 | 0.07 | 65.02 | 0.84 | 0.53 |
| Hex | DB | EC | 21 | 7 | 0 | 56 | 7 | 41 | 54 | 35 |
| Octal | 333 | 354 | 41 | 7 | 0 | 126 | 7 | 101 | 124 | 65 |
| Binary | 11011011 | 11101100 | 100001 | 111 | 0 | 1010110 | 111 | 1000001 | 1010100 | 110101 |
Color Harmonies of #DBEC21
Complementary color
Monochromatic Colors of #DBEC21
Black with #DBEC21
Text Example
Text Example
White with #DBEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC21; }
p { color: rgb(219,236,33); }
H1.HeaderClassName
{
color: #DBEC21;
}
.AnyTagClassName
{
color: #DBEC21;
}
</style>
background-color css
<style>
a { background-color: #DBEC21; }
a { background-color: rgb(219,236,33); }
div.DivClassName
{
background-color: #DBEC21;
}
.BgClassName
{
background-color: #DBEC21;
}
</style>
border-color css
<style>
span { border-color: #DBEC21; }
span { border-color: rgb(219,236,33); }
td.TdClassName
{
border-color: #DBEC21;
}
.TagClassName
{
border-color: #DBEC21;
}
</style>