Shades of Pear #DBEC3A
Tints of Pear #DBEC3A
RGB
CMYK
RGB Variations
Color information
#DBEC3A (or 0xDBEC3A) is known color: Pear. HEX triplet: DB, EC and 3A. RGB value is (219,236,58). Sum of RGB (Red+Green+Blue) = 219+236+58=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC3A is #2413C5. Grayscale: #D3D3D3. Windows color (decimal): -2364358 or 3861723. OLE color: 3861723.
HSL color Cylindrical-coordinate representation of color #DBEC3A: hue angle of 65.73º 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 #DBEC3A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 58 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.07 |
| HSL | 65.73º | 0.82% | 0.58% | - |
| HSV(B) | 65.73º | 0.75% | 0.93% | - |
| XYZ | 59.97 | 75.36 | 15.39 | - |
| YUV | 210.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 58 | 0.07 | 0 | 0.75 | 0.07 | 65.73 | 0.82 | 0.58 |
| Hex | DB | EC | 3A | 7 | 0 | 4B | 7 | 42 | 52 | 3A |
| Octal | 333 | 354 | 72 | 7 | 0 | 113 | 7 | 102 | 122 | 72 |
| Binary | 11011011 | 11101100 | 111010 | 111 | 0 | 1001011 | 111 | 1000010 | 1010010 | 111010 |
Color Harmonies of #DBEC3A
Complementary color
Monochromatic Colors of #DBEC3A
Black with #DBEC3A
Text Example
Text Example
White with #DBEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC3A; }
p { color: rgb(219,236,58); }
H1.HeaderClassName
{
color: #DBEC3A;
}
.AnyTagClassName
{
color: #DBEC3A;
}
</style>
background-color css
<style>
a { background-color: #DBEC3A; }
a { background-color: rgb(219,236,58); }
div.DivClassName
{
background-color: #DBEC3A;
}
.BgClassName
{
background-color: #DBEC3A;
}
</style>
border-color css
<style>
span { border-color: #DBEC3A; }
span { border-color: rgb(219,236,58); }
td.TdClassName
{
border-color: #DBEC3A;
}
.TagClassName
{
border-color: #DBEC3A;
}
</style>