Shades of Pear #DBEB2B
Tints of Pear #DBEB2B
RGB
CMYK
RGB Variations
Color information
#DBEB2B (or 0xDBEB2B) is known color: Pear. HEX triplet: DB, EB and 2B. RGB value is (219,235,43). Sum of RGB (Red+Green+Blue) = 219+235+43=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB2B is #2414D4. Grayscale: #D1D1D1. Windows color (decimal): -2364629 or 2878427. OLE color: 2878427.
HSL color Cylindrical-coordinate representation of color #DBEB2B: hue angle of 65º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBEB2B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 43 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.08 |
| HSL | 65º | 0.83% | 0.55% | - |
| HSV(B) | 65º | 0.82% | 0.92% | - |
| XYZ | 59.36 | 74.65 | 13.57 | - |
| YUV | 208.33 | 34.7 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 43 | 0.07 | 0 | 0.82 | 0.08 | 65 | 0.83 | 0.55 |
| Hex | DB | EB | 2B | 7 | 0 | 52 | 8 | 41 | 53 | 37 |
| Octal | 333 | 353 | 53 | 7 | 0 | 122 | 10 | 101 | 123 | 67 |
| Binary | 11011011 | 11101011 | 101011 | 111 | 0 | 1010010 | 1000 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DBEB2B
Complementary color
Monochromatic Colors of #DBEB2B
Black with #DBEB2B
Text Example
Text Example
White with #DBEB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB2B; }
p { color: rgb(219,235,43); }
H1.HeaderClassName
{
color: #DBEB2B;
}
.AnyTagClassName
{
color: #DBEB2B;
}
</style>
background-color css
<style>
a { background-color: #DBEB2B; }
a { background-color: rgb(219,235,43); }
div.DivClassName
{
background-color: #DBEB2B;
}
.BgClassName
{
background-color: #DBEB2B;
}
</style>
border-color css
<style>
span { border-color: #DBEB2B; }
span { border-color: rgb(219,235,43); }
td.TdClassName
{
border-color: #DBEB2B;
}
.TagClassName
{
border-color: #DBEB2B;
}
</style>