Shades of Manz #DBE856
Tints of Manz #DBE856
RGB
CMYK
RGB Variations
Color information
#DBE856 (or 0xDBE856) is known color: Manz. HEX triplet: DB, E8 and 56. RGB value is (219,232,86). Sum of RGB (Red+Green+Blue) = 219+232+86=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE856 is #2417A9. Grayscale: #D4D4D4. Windows color (decimal): -2365354 or 5695707. OLE color: 5695707.
HSL color Cylindrical-coordinate representation of color #DBE856: hue angle of 65.34º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE856 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 86 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.09 |
| HSL | 65.34º | 0.76% | 0.62% | - |
| HSV(B) | 65.34º | 0.63% | 0.91% | - |
| XYZ | 59.75 | 73.45 | 19.83 | - |
| YUV | 211.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 86 | 0.06 | 0 | 0.63 | 0.09 | 65.34 | 0.76 | 0.62 |
| Hex | DB | E8 | 56 | 6 | 0 | 3F | 9 | 41 | 4C | 3E |
| Octal | 333 | 350 | 126 | 6 | 0 | 77 | 11 | 101 | 114 | 76 |
| Binary | 11011011 | 11101000 | 1010110 | 110 | 0 | 111111 | 1001 | 1000001 | 1001100 | 111110 |
Color Harmonies of #DBE856
Complementary color
Monochromatic Colors of #DBE856
Black with #DBE856
Text Example
Text Example
White with #DBE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE856; }
p { color: rgb(219,232,86); }
H1.HeaderClassName
{
color: #DBE856;
}
.AnyTagClassName
{
color: #DBE856;
}
</style>
background-color css
<style>
a { background-color: #DBE856; }
a { background-color: rgb(219,232,86); }
div.DivClassName
{
background-color: #DBE856;
}
.BgClassName
{
background-color: #DBE856;
}
</style>
border-color css
<style>
span { border-color: #DBE856; }
span { border-color: rgb(219,232,86); }
td.TdClassName
{
border-color: #DBE856;
}
.TagClassName
{
border-color: #DBE856;
}
</style>