Shades of Pear #DBE328
Tints of Pear #DBE328
RGB
CMYK
RGB Variations
Color information
#DBE328 (or 0xDBE328) is known color: Pear. HEX triplet: DB, E3 and 28. RGB value is (219,227,40). Sum of RGB (Red+Green+Blue) = 219+227+40=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE328 is #241CD7. Grayscale: #CCCCCC. Windows color (decimal): -2366680 or 2679771. OLE color: 2679771.
HSL color Cylindrical-coordinate representation of color #DBE328: hue angle of 62.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE328 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 40 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.11 |
| HSL | 62.57º | 0.77% | 0.52% | - |
| HSV(B) | 62.57º | 0.82% | 0.89% | - |
| XYZ | 57.07 | 70.15 | 12.54 | - |
| YUV | 203.29 | 35.85 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 40 | 0.04 | 0 | 0.82 | 0.11 | 62.57 | 0.77 | 0.52 |
| Hex | DB | E3 | 28 | 4 | 0 | 52 | B | 3F | 4D | 34 |
| Octal | 333 | 343 | 50 | 4 | 0 | 122 | 13 | 77 | 115 | 64 |
| Binary | 11011011 | 11100011 | 101000 | 100 | 0 | 1010010 | 1011 | 111111 | 1001101 | 110100 |
Color Harmonies of #DBE328
Complementary color
Monochromatic Colors of #DBE328
Black with #DBE328
Text Example
Text Example
White with #DBE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE328; }
p { color: rgb(219,227,40); }
H1.HeaderClassName
{
color: #DBE328;
}
.AnyTagClassName
{
color: #DBE328;
}
</style>
background-color css
<style>
a { background-color: #DBE328; }
a { background-color: rgb(219,227,40); }
div.DivClassName
{
background-color: #DBE328;
}
.BgClassName
{
background-color: #DBE328;
}
</style>
border-color css
<style>
span { border-color: #DBE328; }
span { border-color: rgb(219,227,40); }
td.TdClassName
{
border-color: #DBE328;
}
.TagClassName
{
border-color: #DBE328;
}
</style>