Shades of Pear #DBE323
Tints of Pear #DBE323
RGB
CMYK
RGB Variations
Color information
#DBE323 (or 0xDBE323) is known color: Pear. HEX triplet: DB, E3 and 23. RGB value is (219,227,35). Sum of RGB (Red+Green+Blue) = 219+227+35=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE323 is #241CDC. Grayscale: #CBCBCB. Windows color (decimal): -2366685 or 2352091. OLE color: 2352091.
HSL color Cylindrical-coordinate representation of color #DBE323: hue angle of 62.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBE323 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 35 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.11 |
| HSL | 62.5º | 0.77% | 0.51% | - |
| HSV(B) | 62.5º | 0.85% | 0.89% | - |
| XYZ | 56.99 | 70.12 | 12.12 | - |
| YUV | 202.72 | 33.35 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 35 | 0.04 | 0 | 0.85 | 0.11 | 62.5 | 0.77 | 0.51 |
| Hex | DB | E3 | 23 | 4 | 0 | 55 | B | 3F | 4D | 33 |
| Octal | 333 | 343 | 43 | 4 | 0 | 125 | 13 | 77 | 115 | 63 |
| Binary | 11011011 | 11100011 | 100011 | 100 | 0 | 1010101 | 1011 | 111111 | 1001101 | 110011 |
Color Harmonies of #DBE323
Complementary color
Monochromatic Colors of #DBE323
Black with #DBE323
Text Example
Text Example
White with #DBE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE323; }
p { color: rgb(219,227,35); }
H1.HeaderClassName
{
color: #DBE323;
}
.AnyTagClassName
{
color: #DBE323;
}
</style>
background-color css
<style>
a { background-color: #DBE323; }
a { background-color: rgb(219,227,35); }
div.DivClassName
{
background-color: #DBE323;
}
.BgClassName
{
background-color: #DBE323;
}
</style>
border-color css
<style>
span { border-color: #DBE323; }
span { border-color: rgb(219,227,35); }
td.TdClassName
{
border-color: #DBE323;
}
.TagClassName
{
border-color: #DBE323;
}
</style>