Shades of Pear #DBEA17
Tints of Pear #DBEA17
RGB
CMYK
RGB Variations
Color information
#DBEA17 (or 0xDBEA17) is known color: Pear. HEX triplet: DB, EA and 17. RGB value is (219,234,23). Sum of RGB (Red+Green+Blue) = 219+234+23=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA17 is #2415E8. Grayscale: #CECECE. Windows color (decimal): -2364905 or 1567451. OLE color: 1567451.
HSL color Cylindrical-coordinate representation of color #DBEA17: hue angle of 64.27º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBEA17 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 23 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.08 |
| HSL | 64.27º | 0.83% | 0.5% | - |
| HSV(B) | 64.27º | 0.9% | 0.92% | - |
| XYZ | 58.79 | 73.97 | 11.99 | - |
| YUV | 205.46 | 25.03 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 23 | 0.06 | 0 | 0.90 | 0.08 | 64.27 | 0.83 | 0.5 |
| Hex | DB | EA | 17 | 6 | 0 | 5A | 8 | 40 | 53 | 32 |
| Octal | 333 | 352 | 27 | 6 | 0 | 132 | 10 | 100 | 123 | 62 |
| Binary | 11011011 | 11101010 | 10111 | 110 | 0 | 1011010 | 1000 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DBEA17
Complementary color
Monochromatic Colors of #DBEA17
Black with #DBEA17
Text Example
Text Example
White with #DBEA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA17; }
p { color: rgb(219,234,23); }
H1.HeaderClassName
{
color: #DBEA17;
}
.AnyTagClassName
{
color: #DBEA17;
}
</style>
background-color css
<style>
a { background-color: #DBEA17; }
a { background-color: rgb(219,234,23); }
div.DivClassName
{
background-color: #DBEA17;
}
.BgClassName
{
background-color: #DBEA17;
}
</style>
border-color css
<style>
span { border-color: #DBEA17; }
span { border-color: rgb(219,234,23); }
td.TdClassName
{
border-color: #DBEA17;
}
.TagClassName
{
border-color: #DBEA17;
}
</style>