Shades of Pear #DBE626
Tints of Pear #DBE626
RGB
CMYK
RGB Variations
Color information
#DBE626 (or 0xDBE626) is known color: Pear. HEX triplet: DB, E6 and 26. RGB value is (219,230,38). Sum of RGB (Red+Green+Blue) = 219+230+38=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE626 is #2419D9. Grayscale: #CDCDCD. Windows color (decimal): -2365914 or 2549467. OLE color: 2549467.
HSL color Cylindrical-coordinate representation of color #DBE626: hue angle of 63.44º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBE626 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 38 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.10 |
| HSL | 63.44º | 0.79% | 0.53% | - |
| HSV(B) | 63.44º | 0.83% | 0.9% | - |
| XYZ | 57.86 | 71.79 | 12.64 | - |
| YUV | 204.82 | 33.86 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 38 | 0.05 | 0 | 0.83 | 0.10 | 63.44 | 0.79 | 0.53 |
| Hex | DB | E6 | 26 | 5 | 0 | 53 | A | 3F | 4F | 35 |
| Octal | 333 | 346 | 46 | 5 | 0 | 123 | 12 | 77 | 117 | 65 |
| Binary | 11011011 | 11100110 | 100110 | 101 | 0 | 1010011 | 1010 | 111111 | 1001111 | 110101 |
Color Harmonies of #DBE626
Complementary color
Monochromatic Colors of #DBE626
Black with #DBE626
Text Example
Text Example
White with #DBE626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE626; }
p { color: rgb(219,230,38); }
H1.HeaderClassName
{
color: #DBE626;
}
.AnyTagClassName
{
color: #DBE626;
}
</style>
background-color css
<style>
a { background-color: #DBE626; }
a { background-color: rgb(219,230,38); }
div.DivClassName
{
background-color: #DBE626;
}
.BgClassName
{
background-color: #DBE626;
}
</style>
border-color css
<style>
span { border-color: #DBE626; }
span { border-color: rgb(219,230,38); }
td.TdClassName
{
border-color: #DBE626;
}
.TagClassName
{
border-color: #DBE626;
}
</style>