Shades of Pear #DBE715
Tints of Pear #DBE715
RGB
CMYK
RGB Variations
Color information
#DBE715 (or 0xDBE715) is known color: Pear. HEX triplet: DB, E7 and 15. RGB value is (219,231,21). Sum of RGB (Red+Green+Blue) = 219+231+21=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE715 is #2418EA. Grayscale: #CCCCCC. Windows color (decimal): -2365675 or 1435611. OLE color: 1435611.
HSL color Cylindrical-coordinate representation of color #DBE715: hue angle of 63.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE715 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 21 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.09 |
| HSL | 63.43º | 0.83% | 0.49% | - |
| HSV(B) | 63.43º | 0.91% | 0.91% | - |
| XYZ | 57.92 | 72.27 | 11.61 | - |
| YUV | 203.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 21 | 0.05 | 0 | 0.91 | 0.09 | 63.43 | 0.83 | 0.49 |
| Hex | DB | E7 | 15 | 5 | 0 | 5B | 9 | 3F | 53 | 31 |
| Octal | 333 | 347 | 25 | 5 | 0 | 133 | 11 | 77 | 123 | 61 |
| Binary | 11011011 | 11100111 | 10101 | 101 | 0 | 1011011 | 1001 | 111111 | 1010011 | 110001 |
Color Harmonies of #DBE715
Complementary color
Monochromatic Colors of #DBE715
Black with #DBE715
Text Example
Text Example
White with #DBE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE715; }
p { color: rgb(219,231,21); }
H1.HeaderClassName
{
color: #DBE715;
}
.AnyTagClassName
{
color: #DBE715;
}
</style>
background-color css
<style>
a { background-color: #DBE715; }
a { background-color: rgb(219,231,21); }
div.DivClassName
{
background-color: #DBE715;
}
.BgClassName
{
background-color: #DBE715;
}
</style>
border-color css
<style>
span { border-color: #DBE715; }
span { border-color: rgb(219,231,21); }
td.TdClassName
{
border-color: #DBE715;
}
.TagClassName
{
border-color: #DBE715;
}
</style>