Shades of Pear #DBE125
Tints of Pear #DBE125
RGB
CMYK
RGB Variations
Color information
#DBE125 (or 0xDBE125) is known color: Pear. HEX triplet: DB, E1 and 25. RGB value is (219,225,37). Sum of RGB (Red+Green+Blue) = 219+225+37=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE125 is #241EDA. Grayscale: #CACACA. Windows color (decimal): -2367195 or 2482651. OLE color: 2482651.
HSL color Cylindrical-coordinate representation of color #DBE125: hue angle of 61.91º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE125 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.12 |
| HSL | 61.91º | 0.76% | 0.51% | - |
| HSV(B) | 61.91º | 0.84% | 0.88% | - |
| XYZ | 56.47 | 69.04 | 12.1 | - |
| YUV | 201.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 37 | 0.03 | 0 | 0.84 | 0.12 | 61.91 | 0.76 | 0.51 |
| Hex | DB | E1 | 25 | 3 | 0 | 54 | C | 3E | 4C | 33 |
| Octal | 333 | 341 | 45 | 3 | 0 | 124 | 14 | 76 | 114 | 63 |
| Binary | 11011011 | 11100001 | 100101 | 11 | 0 | 1010100 | 1100 | 111110 | 1001100 | 110011 |
Color Harmonies of #DBE125
Complementary color
Monochromatic Colors of #DBE125
Black with #DBE125
Text Example
Text Example
White with #DBE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE125; }
p { color: rgb(219,225,37); }
H1.HeaderClassName
{
color: #DBE125;
}
.AnyTagClassName
{
color: #DBE125;
}
</style>
background-color css
<style>
a { background-color: #DBE125; }
a { background-color: rgb(219,225,37); }
div.DivClassName
{
background-color: #DBE125;
}
.BgClassName
{
background-color: #DBE125;
}
</style>
border-color css
<style>
span { border-color: #DBE125; }
span { border-color: rgb(219,225,37); }
td.TdClassName
{
border-color: #DBE125;
}
.TagClassName
{
border-color: #DBE125;
}
</style>