Shades of Pear #DBE01E
Tints of Pear #DBE01E
RGB
CMYK
RGB Variations
Color information
#DBE01E (or 0xDBE01E) is known color: Pear. HEX triplet: DB, E0 and 1E. RGB value is (219,224,30). Sum of RGB (Red+Green+Blue) = 219+224+30=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE01E is #241FE1. Grayscale: #C9C9C9. Windows color (decimal): -2367458 or 2023643. OLE color: 2023643.
HSL color Cylindrical-coordinate representation of color #DBE01E: hue angle of 61.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE01E is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 30 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.12 |
| HSL | 61.55º | 0.76% | 0.5% | - |
| HSV(B) | 61.55º | 0.87% | 0.88% | - |
| XYZ | 56.1 | 68.47 | 11.49 | - |
| YUV | 200.39 | 31.84 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 30 | 0.02 | 0 | 0.87 | 0.12 | 61.55 | 0.76 | 0.5 |
| Hex | DB | E0 | 1E | 2 | 0 | 57 | C | 3E | 4C | 32 |
| Octal | 333 | 340 | 36 | 2 | 0 | 127 | 14 | 76 | 114 | 62 |
| Binary | 11011011 | 11100000 | 11110 | 10 | 0 | 1010111 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DBE01E
Complementary color
Monochromatic Colors of #DBE01E
Black with #DBE01E
Text Example
Text Example
White with #DBE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE01E; }
p { color: rgb(219,224,30); }
H1.HeaderClassName
{
color: #DBE01E;
}
.AnyTagClassName
{
color: #DBE01E;
}
</style>
background-color css
<style>
a { background-color: #DBE01E; }
a { background-color: rgb(219,224,30); }
div.DivClassName
{
background-color: #DBE01E;
}
.BgClassName
{
background-color: #DBE01E;
}
</style>
border-color css
<style>
span { border-color: #DBE01E; }
span { border-color: rgb(219,224,30); }
td.TdClassName
{
border-color: #DBE01E;
}
.TagClassName
{
border-color: #DBE01E;
}
</style>