Shades of Pear #DBE717
Tints of Pear #DBE717
RGB
CMYK
RGB Variations
Color information
#DBE717 (or 0xDBE717) is known color: Pear. HEX triplet: DB, E7 and 17. RGB value is (219,231,23). Sum of RGB (Red+Green+Blue) = 219+231+23=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE717 is #2418E8. Grayscale: #CCCCCC. Windows color (decimal): -2365673 or 1566683. OLE color: 1566683.
HSL color Cylindrical-coordinate representation of color #DBE717: hue angle of 63.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE717 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 23 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.09 |
| HSL | 63.46º | 0.82% | 0.5% | - |
| HSV(B) | 63.46º | 0.9% | 0.91% | - |
| XYZ | 57.94 | 72.27 | 11.71 | - |
| YUV | 203.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 23 | 0.05 | 0 | 0.90 | 0.09 | 63.46 | 0.82 | 0.5 |
| Hex | DB | E7 | 17 | 5 | 0 | 5A | 9 | 3F | 52 | 32 |
| Octal | 333 | 347 | 27 | 5 | 0 | 132 | 11 | 77 | 122 | 62 |
| Binary | 11011011 | 11100111 | 10111 | 101 | 0 | 1011010 | 1001 | 111111 | 1010010 | 110010 |
Color Harmonies of #DBE717
Complementary color
Monochromatic Colors of #DBE717
Black with #DBE717
Text Example
Text Example
White with #DBE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE717; }
p { color: rgb(219,231,23); }
H1.HeaderClassName
{
color: #DBE717;
}
.AnyTagClassName
{
color: #DBE717;
}
</style>
background-color css
<style>
a { background-color: #DBE717; }
a { background-color: rgb(219,231,23); }
div.DivClassName
{
background-color: #DBE717;
}
.BgClassName
{
background-color: #DBE717;
}
</style>
border-color css
<style>
span { border-color: #DBE717; }
span { border-color: rgb(219,231,23); }
td.TdClassName
{
border-color: #DBE717;
}
.TagClassName
{
border-color: #DBE717;
}
</style>