Shades of Pear #DBE535
Tints of Pear #DBE535
RGB
CMYK
RGB Variations
Color information
#DBE535 (or 0xDBE535) is known color: Pear. HEX triplet: DB, E5 and 35. RGB value is (219,229,53). Sum of RGB (Red+Green+Blue) = 219+229+53=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE535 is #241ACA. Grayscale: #CECECE. Windows color (decimal): -2366155 or 3532251. OLE color: 3532251.
HSL color Cylindrical-coordinate representation of color #DBE535: hue angle of 63.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBE535 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 53 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.10 |
| HSL | 63.41º | 0.77% | 0.55% | - |
| HSV(B) | 63.41º | 0.77% | 0.9% | - |
| XYZ | 57.88 | 71.36 | 14.09 | - |
| YUV | 205.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 53 | 0.04 | 0 | 0.77 | 0.10 | 63.41 | 0.77 | 0.55 |
| Hex | DB | E5 | 35 | 4 | 0 | 4D | A | 3F | 4D | 37 |
| Octal | 333 | 345 | 65 | 4 | 0 | 115 | 12 | 77 | 115 | 67 |
| Binary | 11011011 | 11100101 | 110101 | 100 | 0 | 1001101 | 1010 | 111111 | 1001101 | 110111 |
Color Harmonies of #DBE535
Complementary color
Monochromatic Colors of #DBE535
Black with #DBE535
Text Example
Text Example
White with #DBE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE535; }
p { color: rgb(219,229,53); }
H1.HeaderClassName
{
color: #DBE535;
}
.AnyTagClassName
{
color: #DBE535;
}
</style>
background-color css
<style>
a { background-color: #DBE535; }
a { background-color: rgb(219,229,53); }
div.DivClassName
{
background-color: #DBE535;
}
.BgClassName
{
background-color: #DBE535;
}
</style>
border-color css
<style>
span { border-color: #DBE535; }
span { border-color: rgb(219,229,53); }
td.TdClassName
{
border-color: #DBE535;
}
.TagClassName
{
border-color: #DBE535;
}
</style>