Shades of Pear #DBE533
Tints of Pear #DBE533
RGB
CMYK
RGB Variations
Color information
#DBE533 (or 0xDBE533) is known color: Pear. HEX triplet: DB, E5 and 33. RGB value is (219,229,51). Sum of RGB (Red+Green+Blue) = 219+229+51=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 51 (20.31% from 255 or 10.22% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE533 is #241ACC. Grayscale: #CECECE. Windows color (decimal): -2366157 or 3401179. OLE color: 3401179.
HSL color Cylindrical-coordinate representation of color #DBE533: hue angle of 63.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBE533 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 51 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.10 |
| HSL | 63.37º | 0.77% | 0.55% | - |
| HSV(B) | 63.37º | 0.78% | 0.9% | - |
| XYZ | 57.83 | 71.34 | 13.85 | - |
| YUV | 205.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 51 | 0.04 | 0 | 0.78 | 0.10 | 63.37 | 0.77 | 0.55 |
| Hex | DB | E5 | 33 | 4 | 0 | 4E | A | 3F | 4D | 37 |
| Octal | 333 | 345 | 63 | 4 | 0 | 116 | 12 | 77 | 115 | 67 |
| Binary | 11011011 | 11100101 | 110011 | 100 | 0 | 1001110 | 1010 | 111111 | 1001101 | 110111 |
Color Harmonies of #DBE533
Complementary color
Monochromatic Colors of #DBE533
Black with #DBE533
Text Example
Text Example
White with #DBE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE533; }
p { color: rgb(219,229,51); }
H1.HeaderClassName
{
color: #DBE533;
}
.AnyTagClassName
{
color: #DBE533;
}
</style>
background-color css
<style>
a { background-color: #DBE533; }
a { background-color: rgb(219,229,51); }
div.DivClassName
{
background-color: #DBE533;
}
.BgClassName
{
background-color: #DBE533;
}
</style>
border-color css
<style>
span { border-color: #DBE533; }
span { border-color: rgb(219,229,51); }
td.TdClassName
{
border-color: #DBE533;
}
.TagClassName
{
border-color: #DBE533;
}
</style>