Shades of Pear #DBEC3D
Tints of Pear #DBEC3D
RGB
CMYK
RGB Variations
Color information
#DBEC3D (or 0xDBEC3D) is known color: Pear. HEX triplet: DB, EC and 3D. RGB value is (219,236,61). Sum of RGB (Red+Green+Blue) = 219+236+61=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC3D is #2413C2. Grayscale: #D3D3D3. Windows color (decimal): -2364355 or 4058331. OLE color: 4058331.
HSL color Cylindrical-coordinate representation of color #DBEC3D: hue angle of 65.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBEC3D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 61 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.07 |
| HSL | 65.83º | 0.82% | 0.58% | - |
| HSV(B) | 65.83º | 0.74% | 0.93% | - |
| XYZ | 60.05 | 75.39 | 15.8 | - |
| YUV | 210.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 61 | 0.07 | 0 | 0.74 | 0.07 | 65.83 | 0.82 | 0.58 |
| Hex | DB | EC | 3D | 7 | 0 | 4A | 7 | 42 | 52 | 3A |
| Octal | 333 | 354 | 75 | 7 | 0 | 112 | 7 | 102 | 122 | 72 |
| Binary | 11011011 | 11101100 | 111101 | 111 | 0 | 1001010 | 111 | 1000010 | 1010010 | 111010 |
Color Harmonies of #DBEC3D
Complementary color
Monochromatic Colors of #DBEC3D
Black with #DBEC3D
Text Example
Text Example
White with #DBEC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC3D; }
p { color: rgb(219,236,61); }
H1.HeaderClassName
{
color: #DBEC3D;
}
.AnyTagClassName
{
color: #DBEC3D;
}
</style>
background-color css
<style>
a { background-color: #DBEC3D; }
a { background-color: rgb(219,236,61); }
div.DivClassName
{
background-color: #DBEC3D;
}
.BgClassName
{
background-color: #DBEC3D;
}
</style>
border-color css
<style>
span { border-color: #DBEC3D; }
span { border-color: rgb(219,236,61); }
td.TdClassName
{
border-color: #DBEC3D;
}
.TagClassName
{
border-color: #DBEC3D;
}
</style>