Shades of Manz #DBE158
Tints of Manz #DBE158
RGB
CMYK
RGB Variations
Color information
#DBE158 (or 0xDBE158) is known color: Manz. HEX triplet: DB, E1 and 58. RGB value is (219,225,88). Sum of RGB (Red+Green+Blue) = 219+225+88=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE158 is #241EA7. Grayscale: #D0D0D0. Windows color (decimal): -2367144 or 5824987. OLE color: 5824987.
HSL color Cylindrical-coordinate representation of color #DBE158: hue angle of 62.63º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE158 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 88 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.12 |
| HSL | 62.63º | 0.7% | 0.61% | - |
| HSV(B) | 62.63º | 0.61% | 0.88% | - |
| XYZ | 57.9 | 69.62 | 19.62 | - |
| YUV | 207.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 88 | 0.03 | 0 | 0.61 | 0.12 | 62.63 | 0.7 | 0.61 |
| Hex | DB | E1 | 58 | 3 | 0 | 3D | C | 3F | 46 | 3D |
| Octal | 333 | 341 | 130 | 3 | 0 | 75 | 14 | 77 | 106 | 75 |
| Binary | 11011011 | 11100001 | 1011000 | 11 | 0 | 111101 | 1100 | 111111 | 1000110 | 111101 |
Color Harmonies of #DBE158
Complementary color
Monochromatic Colors of #DBE158
Black with #DBE158
Text Example
Text Example
White with #DBE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE158; }
p { color: rgb(219,225,88); }
H1.HeaderClassName
{
color: #DBE158;
}
.AnyTagClassName
{
color: #DBE158;
}
</style>
background-color css
<style>
a { background-color: #DBE158; }
a { background-color: rgb(219,225,88); }
div.DivClassName
{
background-color: #DBE158;
}
.BgClassName
{
background-color: #DBE158;
}
</style>
border-color css
<style>
span { border-color: #DBE158; }
span { border-color: rgb(219,225,88); }
td.TdClassName
{
border-color: #DBE158;
}
.TagClassName
{
border-color: #DBE158;
}
</style>