Shades of Manz #DBD859
Tints of Manz #DBD859
RGB
CMYK
RGB Variations
Color information
#DBD859 (or 0xDBD859) is known color: Manz. HEX triplet: DB, D8 and 59. RGB value is (219,216,89). Sum of RGB (Red+Green+Blue) = 219+216+89=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD859 is #2427A6. Grayscale: #CACACA. Windows color (decimal): -2369447 or 5888219. OLE color: 5888219.
HSL color Cylindrical-coordinate representation of color #DBD859: hue angle of 58.62º 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 #DBD859 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 89 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.14 |
| HSL | 58.62º | 0.64% | 0.6% | - |
| HSV(B) | 58.62º | 0.59% | 0.86% | - |
| XYZ | 55.57 | 64.89 | 19.05 | - |
| YUV | 202.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 89 | 0 | 0.01 | 0.59 | 0.14 | 58.62 | 0.64 | 0.6 |
| Hex | DB | D8 | 59 | 0 | 1 | 3B | E | 3B | 40 | 3C |
| Octal | 333 | 330 | 131 | 0 | 1 | 73 | 16 | 73 | 100 | 74 |
| Binary | 11011011 | 11011000 | 1011001 | 0 | 1 | 111011 | 1110 | 111011 | 1000000 | 111100 |
Color Harmonies of #DBD859
Complementary color
Monochromatic Colors of #DBD859
Black with #DBD859
Text Example
Text Example
White with #DBD859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD859; }
p { color: rgb(219,216,89); }
H1.HeaderClassName
{
color: #DBD859;
}
.AnyTagClassName
{
color: #DBD859;
}
</style>
background-color css
<style>
a { background-color: #DBD859; }
a { background-color: rgb(219,216,89); }
div.DivClassName
{
background-color: #DBD859;
}
.BgClassName
{
background-color: #DBD859;
}
</style>
border-color css
<style>
span { border-color: #DBD859; }
span { border-color: rgb(219,216,89); }
td.TdClassName
{
border-color: #DBD859;
}
.TagClassName
{
border-color: #DBD859;
}
</style>