Shades of Pear #DBE61E
Tints of Pear #DBE61E
RGB
CMYK
RGB Variations
Color information
#DBE61E (or 0xDBE61E) is known color: Pear. HEX triplet: DB, E6 and 1E. RGB value is (219,230,30). Sum of RGB (Red+Green+Blue) = 219+230+30=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE61E is #2419E1. Grayscale: #CCCCCC. Windows color (decimal): -2365922 or 2025179. OLE color: 2025179.
HSL color Cylindrical-coordinate representation of color #DBE61E: hue angle of 63.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE61E is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 30 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.10 |
| HSL | 63.3º | 0.8% | 0.51% | - |
| HSV(B) | 63.3º | 0.87% | 0.9% | - |
| XYZ | 57.74 | 71.75 | 12.03 | - |
| YUV | 203.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 30 | 0.05 | 0 | 0.87 | 0.10 | 63.3 | 0.8 | 0.51 |
| Hex | DB | E6 | 1E | 5 | 0 | 57 | A | 3F | 50 | 33 |
| Octal | 333 | 346 | 36 | 5 | 0 | 127 | 12 | 77 | 120 | 63 |
| Binary | 11011011 | 11100110 | 11110 | 101 | 0 | 1010111 | 1010 | 111111 | 1010000 | 110011 |
Color Harmonies of #DBE61E
Complementary color
Monochromatic Colors of #DBE61E
Black with #DBE61E
Text Example
Text Example
White with #DBE61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE61E; }
p { color: rgb(219,230,30); }
H1.HeaderClassName
{
color: #DBE61E;
}
.AnyTagClassName
{
color: #DBE61E;
}
</style>
background-color css
<style>
a { background-color: #DBE61E; }
a { background-color: rgb(219,230,30); }
div.DivClassName
{
background-color: #DBE61E;
}
.BgClassName
{
background-color: #DBE61E;
}
</style>
border-color css
<style>
span { border-color: #DBE61E; }
span { border-color: rgb(219,230,30); }
td.TdClassName
{
border-color: #DBE61E;
}
.TagClassName
{
border-color: #DBE61E;
}
</style>