Shades of Manz #DBE156
Tints of Manz #DBE156
RGB
CMYK
RGB Variations
Color information
#DBE156 (or 0xDBE156) is known color: Manz. HEX triplet: DB, E1 and 56. RGB value is (219,225,86). Sum of RGB (Red+Green+Blue) = 219+225+86=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE156 is #241EA9. Grayscale: #CFCFCF. Windows color (decimal): -2367146 or 5693915. OLE color: 5693915.
HSL color Cylindrical-coordinate representation of color #DBE156: hue angle of 62.59º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBE156 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 86 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.12 |
| HSL | 62.59º | 0.7% | 0.61% | - |
| HSV(B) | 62.59º | 0.62% | 0.88% | - |
| XYZ | 57.82 | 69.58 | 19.19 | - |
| YUV | 207.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 86 | 0.03 | 0 | 0.62 | 0.12 | 62.59 | 0.7 | 0.61 |
| Hex | DB | E1 | 56 | 3 | 0 | 3E | C | 3F | 46 | 3D |
| Octal | 333 | 341 | 126 | 3 | 0 | 76 | 14 | 77 | 106 | 75 |
| Binary | 11011011 | 11100001 | 1010110 | 11 | 0 | 111110 | 1100 | 111111 | 1000110 | 111101 |
Color Harmonies of #DBE156
Complementary color
Monochromatic Colors of #DBE156
Black with #DBE156
Text Example
Text Example
White with #DBE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE156; }
p { color: rgb(219,225,86); }
H1.HeaderClassName
{
color: #DBE156;
}
.AnyTagClassName
{
color: #DBE156;
}
</style>
background-color css
<style>
a { background-color: #DBE156; }
a { background-color: rgb(219,225,86); }
div.DivClassName
{
background-color: #DBE156;
}
.BgClassName
{
background-color: #DBE156;
}
</style>
border-color css
<style>
span { border-color: #DBE156; }
span { border-color: rgb(219,225,86); }
td.TdClassName
{
border-color: #DBE156;
}
.TagClassName
{
border-color: #DBE156;
}
</style>