Shades of Pear #DBE915
Tints of Pear #DBE915
RGB
CMYK
RGB Variations
Color information
#DBE915 (or 0xDBE915) is known color: Pear. HEX triplet: DB, E9 and 15. RGB value is (219,233,21). Sum of RGB (Red+Green+Blue) = 219+233+21=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE915 is #2416EA. Grayscale: #CDCDCD. Windows color (decimal): -2365163 or 1436123. OLE color: 1436123.
HSL color Cylindrical-coordinate representation of color #DBE915: hue angle of 63.96º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE915 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 21 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.09 |
| HSL | 63.96º | 0.83% | 0.5% | - |
| HSV(B) | 63.96º | 0.91% | 0.91% | - |
| XYZ | 58.49 | 73.39 | 11.79 | - |
| YUV | 204.65 | 24.36 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 21 | 0.06 | 0 | 0.91 | 0.09 | 63.96 | 0.83 | 0.5 |
| Hex | DB | E9 | 15 | 6 | 0 | 5B | 9 | 40 | 53 | 32 |
| Octal | 333 | 351 | 25 | 6 | 0 | 133 | 11 | 100 | 123 | 62 |
| Binary | 11011011 | 11101001 | 10101 | 110 | 0 | 1011011 | 1001 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DBE915
Complementary color
Monochromatic Colors of #DBE915
Black with #DBE915
Text Example
Text Example
White with #DBE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE915; }
p { color: rgb(219,233,21); }
H1.HeaderClassName
{
color: #DBE915;
}
.AnyTagClassName
{
color: #DBE915;
}
</style>
background-color css
<style>
a { background-color: #DBE915; }
a { background-color: rgb(219,233,21); }
div.DivClassName
{
background-color: #DBE915;
}
.BgClassName
{
background-color: #DBE915;
}
</style>
border-color css
<style>
span { border-color: #DBE915; }
span { border-color: rgb(219,233,21); }
td.TdClassName
{
border-color: #DBE915;
}
.TagClassName
{
border-color: #DBE915;
}
</style>