Shades of Pear #DBE118
Tints of Pear #DBE118
RGB
CMYK
RGB Variations
Color information
#DBE118 (or 0xDBE118) is known color: Pear. HEX triplet: DB, E1 and 18. RGB value is (219,225,24). Sum of RGB (Red+Green+Blue) = 219+225+24=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE118 is #241EE7. Grayscale: #C9C9C9. Windows color (decimal): -2367208 or 1630683. OLE color: 1630683.
HSL color Cylindrical-coordinate representation of color #DBE118: hue angle of 61.79º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE118 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 24 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.12 |
| HSL | 61.79º | 0.81% | 0.49% | - |
| HSV(B) | 61.79º | 0.89% | 0.88% | - |
| XYZ | 56.3 | 68.98 | 11.21 | - |
| YUV | 200.29 | 28.51 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 24 | 0.03 | 0 | 0.89 | 0.12 | 61.79 | 0.81 | 0.49 |
| Hex | DB | E1 | 18 | 3 | 0 | 59 | C | 3E | 51 | 31 |
| Octal | 333 | 341 | 30 | 3 | 0 | 131 | 14 | 76 | 121 | 61 |
| Binary | 11011011 | 11100001 | 11000 | 11 | 0 | 1011001 | 1100 | 111110 | 1010001 | 110001 |
Color Harmonies of #DBE118
Complementary color
Monochromatic Colors of #DBE118
Black with #DBE118
Text Example
Text Example
White with #DBE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE118; }
p { color: rgb(219,225,24); }
H1.HeaderClassName
{
color: #DBE118;
}
.AnyTagClassName
{
color: #DBE118;
}
</style>
background-color css
<style>
a { background-color: #DBE118; }
a { background-color: rgb(219,225,24); }
div.DivClassName
{
background-color: #DBE118;
}
.BgClassName
{
background-color: #DBE118;
}
</style>
border-color css
<style>
span { border-color: #DBE118; }
span { border-color: rgb(219,225,24); }
td.TdClassName
{
border-color: #DBE118;
}
.TagClassName
{
border-color: #DBE118;
}
</style>