Shades of Pear #DBE925
Tints of Pear #DBE925
RGB
CMYK
RGB Variations
Color information
#DBE925 (or 0xDBE925) is known color: Pear. HEX triplet: DB, E9 and 25. RGB value is (219,233,37). Sum of RGB (Red+Green+Blue) = 219+233+37=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE925 is #2416DA. Grayscale: #CFCFCF. Windows color (decimal): -2365147 or 2484699. OLE color: 2484699.
HSL color Cylindrical-coordinate representation of color #DBE925: hue angle of 64.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBE925 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.09 |
| HSL | 64.29º | 0.82% | 0.53% | - |
| HSV(B) | 64.29º | 0.84% | 0.91% | - |
| XYZ | 58.69 | 73.47 | 12.84 | - |
| YUV | 206.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 37 | 0.06 | 0 | 0.84 | 0.09 | 64.29 | 0.82 | 0.53 |
| Hex | DB | E9 | 25 | 6 | 0 | 54 | 9 | 40 | 52 | 35 |
| Octal | 333 | 351 | 45 | 6 | 0 | 124 | 11 | 100 | 122 | 65 |
| Binary | 11011011 | 11101001 | 100101 | 110 | 0 | 1010100 | 1001 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DBE925
Complementary color
Monochromatic Colors of #DBE925
Black with #DBE925
Text Example
Text Example
White with #DBE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE925; }
p { color: rgb(219,233,37); }
H1.HeaderClassName
{
color: #DBE925;
}
.AnyTagClassName
{
color: #DBE925;
}
</style>
background-color css
<style>
a { background-color: #DBE925; }
a { background-color: rgb(219,233,37); }
div.DivClassName
{
background-color: #DBE925;
}
.BgClassName
{
background-color: #DBE925;
}
</style>
border-color css
<style>
span { border-color: #DBE925; }
span { border-color: rgb(219,233,37); }
td.TdClassName
{
border-color: #DBE925;
}
.TagClassName
{
border-color: #DBE925;
}
</style>