Shades of Pear #DBE630
Tints of Pear #DBE630
RGB
CMYK
RGB Variations
Color information
#DBE630 (or 0xDBE630) is known color: Pear. HEX triplet: DB, E6 and 30. RGB value is (219,230,48). Sum of RGB (Red+Green+Blue) = 219+230+48=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE630 is #2419CF. Grayscale: #CECECE. Windows color (decimal): -2365904 or 3204827. OLE color: 3204827.
HSL color Cylindrical-coordinate representation of color #DBE630: hue angle of 63.63º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBE630 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 48 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.10 |
| HSL | 63.63º | 0.78% | 0.55% | - |
| HSV(B) | 63.63º | 0.79% | 0.9% | - |
| XYZ | 58.04 | 71.87 | 13.61 | - |
| YUV | 205.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 48 | 0.05 | 0 | 0.79 | 0.10 | 63.63 | 0.78 | 0.55 |
| Hex | DB | E6 | 30 | 5 | 0 | 4F | A | 40 | 4E | 37 |
| Octal | 333 | 346 | 60 | 5 | 0 | 117 | 12 | 100 | 116 | 67 |
| Binary | 11011011 | 11100110 | 110000 | 101 | 0 | 1001111 | 1010 | 1000000 | 1001110 | 110111 |
Color Harmonies of #DBE630
Complementary color
Monochromatic Colors of #DBE630
Black with #DBE630
Text Example
Text Example
White with #DBE630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE630; }
p { color: rgb(219,230,48); }
H1.HeaderClassName
{
color: #DBE630;
}
.AnyTagClassName
{
color: #DBE630;
}
</style>
background-color css
<style>
a { background-color: #DBE630; }
a { background-color: rgb(219,230,48); }
div.DivClassName
{
background-color: #DBE630;
}
.BgClassName
{
background-color: #DBE630;
}
</style>
border-color css
<style>
span { border-color: #DBE630; }
span { border-color: rgb(219,230,48); }
td.TdClassName
{
border-color: #DBE630;
}
.TagClassName
{
border-color: #DBE630;
}
</style>