Shades of Pear #DBE835
Tints of Pear #DBE835
RGB
CMYK
RGB Variations
Color information
#DBE835 (or 0xDBE835) is known color: Pear. HEX triplet: DB, E8 and 35. RGB value is (219,232,53). Sum of RGB (Red+Green+Blue) = 219+232+53=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE835 is #2417CA. Grayscale: #D0D0D0. Windows color (decimal): -2365387 or 3533019. OLE color: 3533019.
HSL color Cylindrical-coordinate representation of color #DBE835: hue angle of 64.36º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBE835 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 53 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.09 |
| HSL | 64.36º | 0.8% | 0.56% | - |
| HSV(B) | 64.36º | 0.77% | 0.91% | - |
| XYZ | 58.71 | 73.03 | 14.37 | - |
| YUV | 207.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 53 | 0.06 | 0 | 0.77 | 0.09 | 64.36 | 0.8 | 0.56 |
| Hex | DB | E8 | 35 | 6 | 0 | 4D | 9 | 40 | 50 | 38 |
| Octal | 333 | 350 | 65 | 6 | 0 | 115 | 11 | 100 | 120 | 70 |
| Binary | 11011011 | 11101000 | 110101 | 110 | 0 | 1001101 | 1001 | 1000000 | 1010000 | 111000 |
Color Harmonies of #DBE835
Complementary color
Monochromatic Colors of #DBE835
Black with #DBE835
Text Example
Text Example
White with #DBE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE835; }
p { color: rgb(219,232,53); }
H1.HeaderClassName
{
color: #DBE835;
}
.AnyTagClassName
{
color: #DBE835;
}
</style>
background-color css
<style>
a { background-color: #DBE835; }
a { background-color: rgb(219,232,53); }
div.DivClassName
{
background-color: #DBE835;
}
.BgClassName
{
background-color: #DBE835;
}
</style>
border-color css
<style>
span { border-color: #DBE835; }
span { border-color: rgb(219,232,53); }
td.TdClassName
{
border-color: #DBE835;
}
.TagClassName
{
border-color: #DBE835;
}
</style>