Shades of Pear #DBE83A
Tints of Pear #DBE83A
RGB
CMYK
RGB Variations
Color information
#DBE83A (or 0xDBE83A) is known color: Pear. HEX triplet: DB, E8 and 3A. RGB value is (219,232,58). Sum of RGB (Red+Green+Blue) = 219+232+58=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE83A is #2417C5. Grayscale: #D0D0D0. Windows color (decimal): -2365382 or 3860699. OLE color: 3860699.
HSL color Cylindrical-coordinate representation of color #DBE83A: hue angle of 64.48º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBE83A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 58 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.09 |
| HSL | 64.48º | 0.79% | 0.57% | - |
| HSV(B) | 64.48º | 0.75% | 0.91% | - |
| XYZ | 58.83 | 73.08 | 15.01 | - |
| YUV | 208.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 58 | 0.06 | 0 | 0.75 | 0.09 | 64.48 | 0.79 | 0.57 |
| Hex | DB | E8 | 3A | 6 | 0 | 4B | 9 | 40 | 4F | 39 |
| Octal | 333 | 350 | 72 | 6 | 0 | 113 | 11 | 100 | 117 | 71 |
| Binary | 11011011 | 11101000 | 111010 | 110 | 0 | 1001011 | 1001 | 1000000 | 1001111 | 111001 |
Color Harmonies of #DBE83A
Complementary color
Monochromatic Colors of #DBE83A
Black with #DBE83A
Text Example
Text Example
White with #DBE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE83A; }
p { color: rgb(219,232,58); }
H1.HeaderClassName
{
color: #DBE83A;
}
.AnyTagClassName
{
color: #DBE83A;
}
</style>
background-color css
<style>
a { background-color: #DBE83A; }
a { background-color: rgb(219,232,58); }
div.DivClassName
{
background-color: #DBE83A;
}
.BgClassName
{
background-color: #DBE83A;
}
</style>
border-color css
<style>
span { border-color: #DBE83A; }
span { border-color: rgb(219,232,58); }
td.TdClassName
{
border-color: #DBE83A;
}
.TagClassName
{
border-color: #DBE83A;
}
</style>