Shades of Pear #DBE629
Tints of Pear #DBE629
RGB
CMYK
RGB Variations
Color information
#DBE629 (or 0xDBE629) is known color: Pear. HEX triplet: DB, E6 and 29. RGB value is (219,230,41). Sum of RGB (Red+Green+Blue) = 219+230+41=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE629 is #2419D6. Grayscale: #CDCDCD. Windows color (decimal): -2365911 or 2746075. OLE color: 2746075.
HSL color Cylindrical-coordinate representation of color #DBE629: hue angle of 63.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBE629 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 41 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.10 |
| HSL | 63.49º | 0.79% | 0.53% | - |
| HSV(B) | 63.49º | 0.82% | 0.9% | - |
| XYZ | 57.91 | 71.81 | 12.91 | - |
| YUV | 205.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 41 | 0.05 | 0 | 0.82 | 0.10 | 63.49 | 0.79 | 0.53 |
| Hex | DB | E6 | 29 | 5 | 0 | 52 | A | 3F | 4F | 35 |
| Octal | 333 | 346 | 51 | 5 | 0 | 122 | 12 | 77 | 117 | 65 |
| Binary | 11011011 | 11100110 | 101001 | 101 | 0 | 1010010 | 1010 | 111111 | 1001111 | 110101 |
Color Harmonies of #DBE629
Complementary color
Monochromatic Colors of #DBE629
Black with #DBE629
Text Example
Text Example
White with #DBE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE629; }
p { color: rgb(219,230,41); }
H1.HeaderClassName
{
color: #DBE629;
}
.AnyTagClassName
{
color: #DBE629;
}
</style>
background-color css
<style>
a { background-color: #DBE629; }
a { background-color: rgb(219,230,41); }
div.DivClassName
{
background-color: #DBE629;
}
.BgClassName
{
background-color: #DBE629;
}
</style>
border-color css
<style>
span { border-color: #DBE629; }
span { border-color: rgb(219,230,41); }
td.TdClassName
{
border-color: #DBE629;
}
.TagClassName
{
border-color: #DBE629;
}
</style>