Shades of Pear #DBE538
Tints of Pear #DBE538
RGB
CMYK
RGB Variations
Color information
#DBE538 (or 0xDBE538) is known color: Pear. HEX triplet: DB, E5 and 38. RGB value is (219,229,56). Sum of RGB (Red+Green+Blue) = 219+229+56=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE538 is #241AC7. Grayscale: #CECECE. Windows color (decimal): -2366152 or 3728859. OLE color: 3728859.
HSL color Cylindrical-coordinate representation of color #DBE538: hue angle of 63.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBE538 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 56 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.10 |
| HSL | 63.47º | 0.77% | 0.56% | - |
| HSV(B) | 63.47º | 0.76% | 0.9% | - |
| XYZ | 57.95 | 71.38 | 14.47 | - |
| YUV | 206.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 56 | 0.04 | 0 | 0.76 | 0.10 | 63.47 | 0.77 | 0.56 |
| Hex | DB | E5 | 38 | 4 | 0 | 4C | A | 3F | 4D | 38 |
| Octal | 333 | 345 | 70 | 4 | 0 | 114 | 12 | 77 | 115 | 70 |
| Binary | 11011011 | 11100101 | 111000 | 100 | 0 | 1001100 | 1010 | 111111 | 1001101 | 111000 |
Color Harmonies of #DBE538
Complementary color
Monochromatic Colors of #DBE538
Black with #DBE538
Text Example
Text Example
White with #DBE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE538; }
p { color: rgb(219,229,56); }
H1.HeaderClassName
{
color: #DBE538;
}
.AnyTagClassName
{
color: #DBE538;
}
</style>
background-color css
<style>
a { background-color: #DBE538; }
a { background-color: rgb(219,229,56); }
div.DivClassName
{
background-color: #DBE538;
}
.BgClassName
{
background-color: #DBE538;
}
</style>
border-color css
<style>
span { border-color: #DBE538; }
span { border-color: rgb(219,229,56); }
td.TdClassName
{
border-color: #DBE538;
}
.TagClassName
{
border-color: #DBE538;
}
</style>