Shades of Manz #DBE056
Tints of Manz #DBE056
RGB
CMYK
RGB Variations
Color information
#DBE056 (or 0xDBE056) is known color: Manz. HEX triplet: DB, E0 and 56. RGB value is (219,224,86). Sum of RGB (Red+Green+Blue) = 219+224+86=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE056 is #241FA9. Grayscale: #CFCFCF. Windows color (decimal): -2367402 or 5693659. OLE color: 5693659.
HSL color Cylindrical-coordinate representation of color #DBE056: hue angle of 62.17º degrees, saturation: 0.69, 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 #DBE056 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 86 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.12 |
| HSL | 62.17º | 0.69% | 0.61% | - |
| HSV(B) | 62.17º | 0.62% | 0.88% | - |
| XYZ | 57.55 | 69.04 | 19.1 | - |
| YUV | 206.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 86 | 0.02 | 0 | 0.62 | 0.12 | 62.17 | 0.69 | 0.61 |
| Hex | DB | E0 | 56 | 2 | 0 | 3E | C | 3E | 45 | 3D |
| Octal | 333 | 340 | 126 | 2 | 0 | 76 | 14 | 76 | 105 | 75 |
| Binary | 11011011 | 11100000 | 1010110 | 10 | 0 | 111110 | 1100 | 111110 | 1000101 | 111101 |
Color Harmonies of #DBE056
Complementary color
Monochromatic Colors of #DBE056
Black with #DBE056
Text Example
Text Example
White with #DBE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE056; }
p { color: rgb(219,224,86); }
H1.HeaderClassName
{
color: #DBE056;
}
.AnyTagClassName
{
color: #DBE056;
}
</style>
background-color css
<style>
a { background-color: #DBE056; }
a { background-color: rgb(219,224,86); }
div.DivClassName
{
background-color: #DBE056;
}
.BgClassName
{
background-color: #DBE056;
}
</style>
border-color css
<style>
span { border-color: #DBE056; }
span { border-color: rgb(219,224,86); }
td.TdClassName
{
border-color: #DBE056;
}
.TagClassName
{
border-color: #DBE056;
}
</style>