Shades of Manz #DBE358
Tints of Manz #DBE358
RGB
CMYK
RGB Variations
Color information
#DBE358 (or 0xDBE358) is known color: Manz. HEX triplet: DB, E3 and 58. RGB value is (219,227,88). Sum of RGB (Red+Green+Blue) = 219+227+88=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE358 is #241CA7. Grayscale: #D1D1D1. Windows color (decimal): -2366632 or 5825499. OLE color: 5825499.
HSL color Cylindrical-coordinate representation of color #DBE358: hue angle of 63.45º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE358 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 88 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 63.45º | 0.71% | 0.62% | - |
| HSV(B) | 63.45º | 0.61% | 0.89% | - |
| XYZ | 58.44 | 70.7 | 19.8 | - |
| YUV | 208.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 88 | 0.04 | 0 | 0.61 | 0.11 | 63.45 | 0.71 | 0.62 |
| Hex | DB | E3 | 58 | 4 | 0 | 3D | B | 3F | 47 | 3E |
| Octal | 333 | 343 | 130 | 4 | 0 | 75 | 13 | 77 | 107 | 76 |
| Binary | 11011011 | 11100011 | 1011000 | 100 | 0 | 111101 | 1011 | 111111 | 1000111 | 111110 |
Color Harmonies of #DBE358
Complementary color
Monochromatic Colors of #DBE358
Black with #DBE358
Text Example
Text Example
White with #DBE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE358; }
p { color: rgb(219,227,88); }
H1.HeaderClassName
{
color: #DBE358;
}
.AnyTagClassName
{
color: #DBE358;
}
</style>
background-color css
<style>
a { background-color: #DBE358; }
a { background-color: rgb(219,227,88); }
div.DivClassName
{
background-color: #DBE358;
}
.BgClassName
{
background-color: #DBE358;
}
</style>
border-color css
<style>
span { border-color: #DBE358; }
span { border-color: rgb(219,227,88); }
td.TdClassName
{
border-color: #DBE358;
}
.TagClassName
{
border-color: #DBE358;
}
</style>