Shades of Pear #DBE426
Tints of Pear #DBE426
RGB
CMYK
RGB Variations
Color information
#DBE426 (or 0xDBE426) is known color: Pear. HEX triplet: DB, E4 and 26. RGB value is (219,228,38). Sum of RGB (Red+Green+Blue) = 219+228+38=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE426 is #241BD9. Grayscale: #CCCCCC. Windows color (decimal): -2366426 or 2548955. OLE color: 2548955.
HSL color Cylindrical-coordinate representation of color #DBE426: hue angle of 62.84º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBE426 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.11 |
| HSL | 62.84º | 0.78% | 0.52% | - |
| HSV(B) | 62.84º | 0.83% | 0.89% | - |
| XYZ | 57.31 | 70.69 | 12.46 | - |
| YUV | 203.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 38 | 0.04 | 0 | 0.83 | 0.11 | 62.84 | 0.78 | 0.52 |
| Hex | DB | E4 | 26 | 4 | 0 | 53 | B | 3F | 4E | 34 |
| Octal | 333 | 344 | 46 | 4 | 0 | 123 | 13 | 77 | 116 | 64 |
| Binary | 11011011 | 11100100 | 100110 | 100 | 0 | 1010011 | 1011 | 111111 | 1001110 | 110100 |
Color Harmonies of #DBE426
Complementary color
Monochromatic Colors of #DBE426
Black with #DBE426
Text Example
Text Example
White with #DBE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE426; }
p { color: rgb(219,228,38); }
H1.HeaderClassName
{
color: #DBE426;
}
.AnyTagClassName
{
color: #DBE426;
}
</style>
background-color css
<style>
a { background-color: #DBE426; }
a { background-color: rgb(219,228,38); }
div.DivClassName
{
background-color: #DBE426;
}
.BgClassName
{
background-color: #DBE426;
}
</style>
border-color css
<style>
span { border-color: #DBE426; }
span { border-color: rgb(219,228,38); }
td.TdClassName
{
border-color: #DBE426;
}
.TagClassName
{
border-color: #DBE426;
}
</style>