Shades of Manz #DBD059
Tints of Manz #DBD059
RGB
CMYK
RGB Variations
Color information
#DBD059 (or 0xDBD059) is known color: Manz. HEX triplet: DB, D0 and 59. RGB value is (219,208,89). Sum of RGB (Red+Green+Blue) = 219+208+89=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD059 is #242FA6. Grayscale: #C6C6C6. Windows color (decimal): -2371495 or 5886171. OLE color: 5886171.
HSL color Cylindrical-coordinate representation of color #DBD059: hue angle of 54.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBD059 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 89 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.14 |
| HSL | 54.92º | 0.64% | 0.6% | - |
| HSV(B) | 54.92º | 0.59% | 0.86% | - |
| XYZ | 53.57 | 60.89 | 18.38 | - |
| YUV | 197.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 89 | 0 | 0.05 | 0.59 | 0.14 | 54.92 | 0.64 | 0.6 |
| Hex | DB | D0 | 59 | 0 | 5 | 3B | E | 37 | 40 | 3C |
| Octal | 333 | 320 | 131 | 0 | 5 | 73 | 16 | 67 | 100 | 74 |
| Binary | 11011011 | 11010000 | 1011001 | 0 | 101 | 111011 | 1110 | 110111 | 1000000 | 111100 |
Color Harmonies of #DBD059
Complementary color
Monochromatic Colors of #DBD059
Black with #DBD059
Text Example
Text Example
White with #DBD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD059; }
p { color: rgb(219,208,89); }
H1.HeaderClassName
{
color: #DBD059;
}
.AnyTagClassName
{
color: #DBD059;
}
</style>
background-color css
<style>
a { background-color: #DBD059; }
a { background-color: rgb(219,208,89); }
div.DivClassName
{
background-color: #DBD059;
}
.BgClassName
{
background-color: #DBD059;
}
</style>
border-color css
<style>
span { border-color: #DBD059; }
span { border-color: rgb(219,208,89); }
td.TdClassName
{
border-color: #DBD059;
}
.TagClassName
{
border-color: #DBD059;
}
</style>