Shades of Pear #DBE616
Tints of Pear #DBE616
RGB
CMYK
RGB Variations
Color information
#DBE616 (or 0xDBE616) is known color: Pear. HEX triplet: DB, E6 and 16. RGB value is (219,230,22). Sum of RGB (Red+Green+Blue) = 219+230+22=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE616 is #2419E9. Grayscale: #CBCBCB. Windows color (decimal): -2365930 or 1500891. OLE color: 1500891.
HSL color Cylindrical-coordinate representation of color #DBE616: hue angle of 63.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE616 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 22 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.10 |
| HSL | 63.17º | 0.83% | 0.49% | - |
| HSV(B) | 63.17º | 0.9% | 0.9% | - |
| XYZ | 57.66 | 71.71 | 11.56 | - |
| YUV | 203 | 25.86 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 22 | 0.05 | 0 | 0.90 | 0.10 | 63.17 | 0.83 | 0.49 |
| Hex | DB | E6 | 16 | 5 | 0 | 5A | A | 3F | 53 | 31 |
| Octal | 333 | 346 | 26 | 5 | 0 | 132 | 12 | 77 | 123 | 61 |
| Binary | 11011011 | 11100110 | 10110 | 101 | 0 | 1011010 | 1010 | 111111 | 1010011 | 110001 |
Color Harmonies of #DBE616
Complementary color
Monochromatic Colors of #DBE616
Black with #DBE616
Text Example
Text Example
White with #DBE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE616; }
p { color: rgb(219,230,22); }
H1.HeaderClassName
{
color: #DBE616;
}
.AnyTagClassName
{
color: #DBE616;
}
</style>
background-color css
<style>
a { background-color: #DBE616; }
a { background-color: rgb(219,230,22); }
div.DivClassName
{
background-color: #DBE616;
}
.BgClassName
{
background-color: #DBE616;
}
</style>
border-color css
<style>
span { border-color: #DBE616; }
span { border-color: rgb(219,230,22); }
td.TdClassName
{
border-color: #DBE616;
}
.TagClassName
{
border-color: #DBE616;
}
</style>