Shades of Pear #DBE81D
Tints of Pear #DBE81D
RGB
CMYK
RGB Variations
Color information
#DBE81D (or 0xDBE81D) is known color: Pear. HEX triplet: DB, E8 and 1D. RGB value is (219,232,29). Sum of RGB (Red+Green+Blue) = 219+232+29=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE81D is #2417E2. Grayscale: #CDCDCD. Windows color (decimal): -2365411 or 1960155. OLE color: 1960155.
HSL color Cylindrical-coordinate representation of color #DBE81D: hue angle of 63.84º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBE81D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 63.84º | 0.82% | 0.51% | - |
| HSV(B) | 63.84º | 0.88% | 0.91% | - |
| XYZ | 58.29 | 72.86 | 12.15 | - |
| YUV | 204.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 29 | 0.06 | 0 | 0.88 | 0.09 | 63.84 | 0.82 | 0.51 |
| Hex | DB | E8 | 1D | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 333 | 350 | 35 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011011 | 11101000 | 11101 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DBE81D
Complementary color
Monochromatic Colors of #DBE81D
Black with #DBE81D
Text Example
Text Example
White with #DBE81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE81D; }
p { color: rgb(219,232,29); }
H1.HeaderClassName
{
color: #DBE81D;
}
.AnyTagClassName
{
color: #DBE81D;
}
</style>
background-color css
<style>
a { background-color: #DBE81D; }
a { background-color: rgb(219,232,29); }
div.DivClassName
{
background-color: #DBE81D;
}
.BgClassName
{
background-color: #DBE81D;
}
</style>
border-color css
<style>
span { border-color: #DBE81D; }
span { border-color: rgb(219,232,29); }
td.TdClassName
{
border-color: #DBE81D;
}
.TagClassName
{
border-color: #DBE81D;
}
</style>