Shades of Pear #DBE325
Tints of Pear #DBE325
RGB
CMYK
RGB Variations
Color information
#DBE325 (or 0xDBE325) is known color: Pear. HEX triplet: DB, E3 and 25. RGB value is (219,227,37). Sum of RGB (Red+Green+Blue) = 219+227+37=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE325 is #241CDA. Grayscale: #CBCBCB. Windows color (decimal): -2366683 or 2483163. OLE color: 2483163.
HSL color Cylindrical-coordinate representation of color #DBE325: hue angle of 62.53º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE325 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.11 |
| HSL | 62.53º | 0.77% | 0.52% | - |
| HSV(B) | 62.53º | 0.84% | 0.89% | - |
| XYZ | 57.02 | 70.13 | 12.28 | - |
| YUV | 202.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 37 | 0.04 | 0 | 0.84 | 0.11 | 62.53 | 0.77 | 0.52 |
| Hex | DB | E3 | 25 | 4 | 0 | 54 | B | 3F | 4D | 34 |
| Octal | 333 | 343 | 45 | 4 | 0 | 124 | 13 | 77 | 115 | 64 |
| Binary | 11011011 | 11100011 | 100101 | 100 | 0 | 1010100 | 1011 | 111111 | 1001101 | 110100 |
Color Harmonies of #DBE325
Complementary color
Monochromatic Colors of #DBE325
Black with #DBE325
Text Example
Text Example
White with #DBE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE325; }
p { color: rgb(219,227,37); }
H1.HeaderClassName
{
color: #DBE325;
}
.AnyTagClassName
{
color: #DBE325;
}
</style>
background-color css
<style>
a { background-color: #DBE325; }
a { background-color: rgb(219,227,37); }
div.DivClassName
{
background-color: #DBE325;
}
.BgClassName
{
background-color: #DBE325;
}
</style>
border-color css
<style>
span { border-color: #DBE325; }
span { border-color: rgb(219,227,37); }
td.TdClassName
{
border-color: #DBE325;
}
.TagClassName
{
border-color: #DBE325;
}
</style>