Shades of Manz #DBE057
Tints of Manz #DBE057
RGB
CMYK
RGB Variations
Color information
#DBE057 (or 0xDBE057) is known color: Manz. HEX triplet: DB, E0 and 57. RGB value is (219,224,87). Sum of RGB (Red+Green+Blue) = 219+224+87=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE057 is #241FA8. Grayscale: #CFCFCF. Windows color (decimal): -2367401 or 5759195. OLE color: 5759195.
HSL color Cylindrical-coordinate representation of color #DBE057: hue angle of 62.19º degrees, saturation: 0.69, 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 #DBE057 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 87 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.12 |
| HSL | 62.19º | 0.69% | 0.61% | - |
| HSV(B) | 62.19º | 0.61% | 0.88% | - |
| XYZ | 57.59 | 69.06 | 19.31 | - |
| YUV | 206.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 87 | 0.02 | 0 | 0.61 | 0.12 | 62.19 | 0.69 | 0.61 |
| Hex | DB | E0 | 57 | 2 | 0 | 3D | C | 3E | 45 | 3D |
| Octal | 333 | 340 | 127 | 2 | 0 | 75 | 14 | 76 | 105 | 75 |
| Binary | 11011011 | 11100000 | 1010111 | 10 | 0 | 111101 | 1100 | 111110 | 1000101 | 111101 |
Color Harmonies of #DBE057
Complementary color
Monochromatic Colors of #DBE057
Black with #DBE057
Text Example
Text Example
White with #DBE057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE057; }
p { color: rgb(219,224,87); }
H1.HeaderClassName
{
color: #DBE057;
}
.AnyTagClassName
{
color: #DBE057;
}
</style>
background-color css
<style>
a { background-color: #DBE057; }
a { background-color: rgb(219,224,87); }
div.DivClassName
{
background-color: #DBE057;
}
.BgClassName
{
background-color: #DBE057;
}
</style>
border-color css
<style>
span { border-color: #DBE057; }
span { border-color: rgb(219,224,87); }
td.TdClassName
{
border-color: #DBE057;
}
.TagClassName
{
border-color: #DBE057;
}
</style>