Shades of Pear #DBEC3B
Tints of Pear #DBEC3B
RGB
CMYK
RGB Variations
Color information
#DBEC3B (or 0xDBEC3B) is known color: Pear. HEX triplet: DB, EC and 3B. RGB value is (219,236,59). Sum of RGB (Red+Green+Blue) = 219+236+59=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC3B is #2413C4. Grayscale: #D3D3D3. Windows color (decimal): -2364357 or 3927259. OLE color: 3927259.
HSL color Cylindrical-coordinate representation of color #DBEC3B: hue angle of 65.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBEC3B is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 59 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.07 |
| HSL | 65.76º | 0.82% | 0.58% | - |
| HSV(B) | 65.76º | 0.75% | 0.93% | - |
| XYZ | 60 | 75.37 | 15.52 | - |
| YUV | 210.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 59 | 0.07 | 0 | 0.75 | 0.07 | 65.76 | 0.82 | 0.58 |
| Hex | DB | EC | 3B | 7 | 0 | 4B | 7 | 42 | 52 | 3A |
| Octal | 333 | 354 | 73 | 7 | 0 | 113 | 7 | 102 | 122 | 72 |
| Binary | 11011011 | 11101100 | 111011 | 111 | 0 | 1001011 | 111 | 1000010 | 1010010 | 111010 |
Color Harmonies of #DBEC3B
Complementary color
Monochromatic Colors of #DBEC3B
Black with #DBEC3B
Text Example
Text Example
White with #DBEC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC3B; }
p { color: rgb(219,236,59); }
H1.HeaderClassName
{
color: #DBEC3B;
}
.AnyTagClassName
{
color: #DBEC3B;
}
</style>
background-color css
<style>
a { background-color: #DBEC3B; }
a { background-color: rgb(219,236,59); }
div.DivClassName
{
background-color: #DBEC3B;
}
.BgClassName
{
background-color: #DBEC3B;
}
</style>
border-color css
<style>
span { border-color: #DBEC3B; }
span { border-color: rgb(219,236,59); }
td.TdClassName
{
border-color: #DBEC3B;
}
.TagClassName
{
border-color: #DBEC3B;
}
</style>