Shades of Pear #DBE924
Tints of Pear #DBE924
RGB
CMYK
RGB Variations
Color information
#DBE924 (or 0xDBE924) is known color: Pear. HEX triplet: DB, E9 and 24. RGB value is (219,233,36). Sum of RGB (Red+Green+Blue) = 219+233+36=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE924 is #2416DB. Grayscale: #CFCFCF. Windows color (decimal): -2365148 or 2419163. OLE color: 2419163.
HSL color Cylindrical-coordinate representation of color #DBE924: hue angle of 64.26º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBE924 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 36 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.09 |
| HSL | 64.26º | 0.82% | 0.53% | - |
| HSV(B) | 64.26º | 0.85% | 0.91% | - |
| XYZ | 58.67 | 73.47 | 12.76 | - |
| YUV | 206.36 | 31.86 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 36 | 0.06 | 0 | 0.85 | 0.09 | 64.26 | 0.82 | 0.53 |
| Hex | DB | E9 | 24 | 6 | 0 | 55 | 9 | 40 | 52 | 35 |
| Octal | 333 | 351 | 44 | 6 | 0 | 125 | 11 | 100 | 122 | 65 |
| Binary | 11011011 | 11101001 | 100100 | 110 | 0 | 1010101 | 1001 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DBE924
Complementary color
Monochromatic Colors of #DBE924
Black with #DBE924
Text Example
Text Example
White with #DBE924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE924; }
p { color: rgb(219,233,36); }
H1.HeaderClassName
{
color: #DBE924;
}
.AnyTagClassName
{
color: #DBE924;
}
</style>
background-color css
<style>
a { background-color: #DBE924; }
a { background-color: rgb(219,233,36); }
div.DivClassName
{
background-color: #DBE924;
}
.BgClassName
{
background-color: #DBE924;
}
</style>
border-color css
<style>
span { border-color: #DBE924; }
span { border-color: rgb(219,233,36); }
td.TdClassName
{
border-color: #DBE924;
}
.TagClassName
{
border-color: #DBE924;
}
</style>