Shades of Pear #DBE315
Tints of Pear #DBE315
RGB
CMYK
RGB Variations
Color information
#DBE315 (or 0xDBE315) is known color: Pear. HEX triplet: DB, E3 and 15. RGB value is (219,227,21). Sum of RGB (Red+Green+Blue) = 219+227+21=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE315 is #241CEA. Grayscale: #C9C9C9. Windows color (decimal): -2366699 or 1434587. OLE color: 1434587.
HSL color Cylindrical-coordinate representation of color #DBE315: hue angle of 62.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE315 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.11 |
| HSL | 62.33º | 0.83% | 0.49% | - |
| HSV(B) | 62.33º | 0.91% | 0.89% | - |
| XYZ | 56.82 | 70.05 | 11.24 | - |
| YUV | 201.12 | 26.35 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 21 | 0.04 | 0 | 0.91 | 0.11 | 62.33 | 0.83 | 0.49 |
| Hex | DB | E3 | 15 | 4 | 0 | 5B | B | 3E | 53 | 31 |
| Octal | 333 | 343 | 25 | 4 | 0 | 133 | 13 | 76 | 123 | 61 |
| Binary | 11011011 | 11100011 | 10101 | 100 | 0 | 1011011 | 1011 | 111110 | 1010011 | 110001 |
Color Harmonies of #DBE315
Complementary color
Monochromatic Colors of #DBE315
Black with #DBE315
Text Example
Text Example
White with #DBE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE315; }
p { color: rgb(219,227,21); }
H1.HeaderClassName
{
color: #DBE315;
}
.AnyTagClassName
{
color: #DBE315;
}
</style>
background-color css
<style>
a { background-color: #DBE315; }
a { background-color: rgb(219,227,21); }
div.DivClassName
{
background-color: #DBE315;
}
.BgClassName
{
background-color: #DBE315;
}
</style>
border-color css
<style>
span { border-color: #DBE315; }
span { border-color: rgb(219,227,21); }
td.TdClassName
{
border-color: #DBE315;
}
.TagClassName
{
border-color: #DBE315;
}
</style>