Shades of Manz #DBE059
Tints of Manz #DBE059
RGB
CMYK
RGB Variations
Color information
#DBE059 (or 0xDBE059) is known color: Manz. HEX triplet: DB, E0 and 59. RGB value is (219,224,89). Sum of RGB (Red+Green+Blue) = 219+224+89=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE059 is #241FA6. Grayscale: #CFCFCF. Windows color (decimal): -2367399 or 5890267. OLE color: 5890267.
HSL color Cylindrical-coordinate representation of color #DBE059: hue angle of 62.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE059 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 89 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.12 |
| HSL | 62.22º | 0.69% | 0.61% | - |
| HSV(B) | 62.22º | 0.6% | 0.88% | - |
| XYZ | 57.67 | 69.09 | 19.75 | - |
| YUV | 207.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 89 | 0.02 | 0 | 0.60 | 0.12 | 62.22 | 0.69 | 0.61 |
| Hex | DB | E0 | 59 | 2 | 0 | 3C | C | 3E | 45 | 3D |
| Octal | 333 | 340 | 131 | 2 | 0 | 74 | 14 | 76 | 105 | 75 |
| Binary | 11011011 | 11100000 | 1011001 | 10 | 0 | 111100 | 1100 | 111110 | 1000101 | 111101 |
Color Harmonies of #DBE059
Complementary color
Monochromatic Colors of #DBE059
Black with #DBE059
Text Example
Text Example
White with #DBE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE059; }
p { color: rgb(219,224,89); }
H1.HeaderClassName
{
color: #DBE059;
}
.AnyTagClassName
{
color: #DBE059;
}
</style>
background-color css
<style>
a { background-color: #DBE059; }
a { background-color: rgb(219,224,89); }
div.DivClassName
{
background-color: #DBE059;
}
.BgClassName
{
background-color: #DBE059;
}
</style>
border-color css
<style>
span { border-color: #DBE059; }
span { border-color: rgb(219,224,89); }
td.TdClassName
{
border-color: #DBE059;
}
.TagClassName
{
border-color: #DBE059;
}
</style>