Shades of Pear #DBE228
Tints of Pear #DBE228
RGB
CMYK
RGB Variations
Color information
#DBE228 (or 0xDBE228) is known color: Pear. HEX triplet: DB, E2 and 28. RGB value is (219,226,40). Sum of RGB (Red+Green+Blue) = 219+226+40=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE228 is #241DD7. Grayscale: #CBCBCB. Windows color (decimal): -2366936 or 2679515. OLE color: 2679515.
HSL color Cylindrical-coordinate representation of color #DBE228: hue angle of 62.26º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE228 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.11 |
| HSL | 62.26º | 0.76% | 0.52% | - |
| HSV(B) | 62.26º | 0.82% | 0.89% | - |
| XYZ | 56.79 | 69.61 | 12.45 | - |
| YUV | 202.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 40 | 0.03 | 0 | 0.82 | 0.11 | 62.26 | 0.76 | 0.52 |
| Hex | DB | E2 | 28 | 3 | 0 | 52 | B | 3E | 4C | 34 |
| Octal | 333 | 342 | 50 | 3 | 0 | 122 | 13 | 76 | 114 | 64 |
| Binary | 11011011 | 11100010 | 101000 | 11 | 0 | 1010010 | 1011 | 111110 | 1001100 | 110100 |
Color Harmonies of #DBE228
Complementary color
Monochromatic Colors of #DBE228
Black with #DBE228
Text Example
Text Example
White with #DBE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE228; }
p { color: rgb(219,226,40); }
H1.HeaderClassName
{
color: #DBE228;
}
.AnyTagClassName
{
color: #DBE228;
}
</style>
background-color css
<style>
a { background-color: #DBE228; }
a { background-color: rgb(219,226,40); }
div.DivClassName
{
background-color: #DBE228;
}
.BgClassName
{
background-color: #DBE228;
}
</style>
border-color css
<style>
span { border-color: #DBE228; }
span { border-color: rgb(219,226,40); }
td.TdClassName
{
border-color: #DBE228;
}
.TagClassName
{
border-color: #DBE228;
}
</style>