Shades of Pear #DBE63A
Tints of Pear #DBE63A
RGB
CMYK
RGB Variations
Color information
#DBE63A (or 0xDBE63A) is known color: Pear. HEX triplet: DB, E6 and 3A. RGB value is (219,230,58). Sum of RGB (Red+Green+Blue) = 219+230+58=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE63A is #2419C5. Grayscale: #CFCFCF. Windows color (decimal): -2365894 or 3860187. OLE color: 3860187.
HSL color Cylindrical-coordinate representation of color #DBE63A: hue angle of 63.84º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBE63A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 58 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.10 |
| HSL | 63.84º | 0.77% | 0.56% | - |
| HSV(B) | 63.84º | 0.75% | 0.9% | - |
| XYZ | 58.27 | 71.96 | 14.82 | - |
| YUV | 207.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 58 | 0.05 | 0 | 0.75 | 0.10 | 63.84 | 0.77 | 0.56 |
| Hex | DB | E6 | 3A | 5 | 0 | 4B | A | 40 | 4D | 38 |
| Octal | 333 | 346 | 72 | 5 | 0 | 113 | 12 | 100 | 115 | 70 |
| Binary | 11011011 | 11100110 | 111010 | 101 | 0 | 1001011 | 1010 | 1000000 | 1001101 | 111000 |
Color Harmonies of #DBE63A
Complementary color
Monochromatic Colors of #DBE63A
Black with #DBE63A
Text Example
Text Example
White with #DBE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE63A; }
p { color: rgb(219,230,58); }
H1.HeaderClassName
{
color: #DBE63A;
}
.AnyTagClassName
{
color: #DBE63A;
}
</style>
background-color css
<style>
a { background-color: #DBE63A; }
a { background-color: rgb(219,230,58); }
div.DivClassName
{
background-color: #DBE63A;
}
.BgClassName
{
background-color: #DBE63A;
}
</style>
border-color css
<style>
span { border-color: #DBE63A; }
span { border-color: rgb(219,230,58); }
td.TdClassName
{
border-color: #DBE63A;
}
.TagClassName
{
border-color: #DBE63A;
}
</style>