Shades of Pear #DBE935
Tints of Pear #DBE935
RGB
CMYK
RGB Variations
Color information
#DBE935 (or 0xDBE935) is known color: Pear. HEX triplet: DB, E9 and 35. RGB value is (219,233,53). Sum of RGB (Red+Green+Blue) = 219+233+53=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE935 is #2416CA. Grayscale: #D1D1D1. Windows color (decimal): -2365131 or 3533275. OLE color: 3533275.
HSL color Cylindrical-coordinate representation of color #DBE935: hue angle of 64.67º 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 #DBE935 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 53 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.09 |
| HSL | 64.67º | 0.8% | 0.56% | - |
| HSV(B) | 64.67º | 0.77% | 0.91% | - |
| XYZ | 58.99 | 73.59 | 14.46 | - |
| YUV | 208.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 53 | 0.06 | 0 | 0.77 | 0.09 | 64.67 | 0.8 | 0.56 |
| Hex | DB | E9 | 35 | 6 | 0 | 4D | 9 | 41 | 50 | 38 |
| Octal | 333 | 351 | 65 | 6 | 0 | 115 | 11 | 101 | 120 | 70 |
| Binary | 11011011 | 11101001 | 110101 | 110 | 0 | 1001101 | 1001 | 1000001 | 1010000 | 111000 |
Color Harmonies of #DBE935
Complementary color
Monochromatic Colors of #DBE935
Black with #DBE935
Text Example
Text Example
White with #DBE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE935; }
p { color: rgb(219,233,53); }
H1.HeaderClassName
{
color: #DBE935;
}
.AnyTagClassName
{
color: #DBE935;
}
</style>
background-color css
<style>
a { background-color: #DBE935; }
a { background-color: rgb(219,233,53); }
div.DivClassName
{
background-color: #DBE935;
}
.BgClassName
{
background-color: #DBE935;
}
</style>
border-color css
<style>
span { border-color: #DBE935; }
span { border-color: rgb(219,233,53); }
td.TdClassName
{
border-color: #DBE935;
}
.TagClassName
{
border-color: #DBE935;
}
</style>