Shades of Pear #DBE317
Tints of Pear #DBE317
RGB
CMYK
RGB Variations
Color information
#DBE317 (or 0xDBE317) is known color: Pear. HEX triplet: DB, E3 and 17. RGB value is (219,227,23). Sum of RGB (Red+Green+Blue) = 219+227+23=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE317 is #241CE8. Grayscale: #CACACA. Windows color (decimal): -2366697 or 1565659. OLE color: 1565659.
HSL color Cylindrical-coordinate representation of color #DBE317: hue angle of 62.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE317 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.35º | 0.82% | 0.49% | - |
| HSV(B) | 62.35º | 0.9% | 0.89% | - |
| XYZ | 56.84 | 70.06 | 11.34 | - |
| YUV | 201.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 23 | 0.04 | 0 | 0.90 | 0.11 | 62.35 | 0.82 | 0.49 |
| Hex | DB | E3 | 17 | 4 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 333 | 343 | 27 | 4 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011011 | 11100011 | 10111 | 100 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DBE317
Complementary color
Monochromatic Colors of #DBE317
Black with #DBE317
Text Example
Text Example
White with #DBE317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE317; }
p { color: rgb(219,227,23); }
H1.HeaderClassName
{
color: #DBE317;
}
.AnyTagClassName
{
color: #DBE317;
}
</style>
background-color css
<style>
a { background-color: #DBE317; }
a { background-color: rgb(219,227,23); }
div.DivClassName
{
background-color: #DBE317;
}
.BgClassName
{
background-color: #DBE317;
}
</style>
border-color css
<style>
span { border-color: #DBE317; }
span { border-color: rgb(219,227,23); }
td.TdClassName
{
border-color: #DBE317;
}
.TagClassName
{
border-color: #DBE317;
}
</style>