Shades of Manz #DBD860
Tints of Manz #DBD860
RGB
CMYK
RGB Variations
Color information
#DBD860 (or 0xDBD860) is known color: Manz. HEX triplet: DB, D8 and 60. RGB value is (219,216,96). Sum of RGB (Red+Green+Blue) = 219+216+96=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD860 is #24279F. Grayscale: #CBCBCB. Windows color (decimal): -2369440 or 6346971. OLE color: 6346971.
HSL color Cylindrical-coordinate representation of color #DBD860: hue angle of 58.54º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBD860 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 96 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.14 |
| HSL | 58.54º | 0.63% | 0.62% | - |
| HSV(B) | 58.54º | 0.56% | 0.86% | - |
| XYZ | 55.88 | 65.02 | 20.67 | - |
| YUV | 203.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 96 | 0 | 0.01 | 0.56 | 0.14 | 58.54 | 0.63 | 0.62 |
| Hex | DB | D8 | 60 | 0 | 1 | 38 | E | 3B | 3F | 3E |
| Octal | 333 | 330 | 140 | 0 | 1 | 70 | 16 | 73 | 77 | 76 |
| Binary | 11011011 | 11011000 | 1100000 | 0 | 1 | 111000 | 1110 | 111011 | 111111 | 111110 |
Color Harmonies of #DBD860
Complementary color
Monochromatic Colors of #DBD860
Black with #DBD860
Text Example
Text Example
White with #DBD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD860; }
p { color: rgb(219,216,96); }
H1.HeaderClassName
{
color: #DBD860;
}
.AnyTagClassName
{
color: #DBD860;
}
</style>
background-color css
<style>
a { background-color: #DBD860; }
a { background-color: rgb(219,216,96); }
div.DivClassName
{
background-color: #DBD860;
}
.BgClassName
{
background-color: #DBD860;
}
</style>
border-color css
<style>
span { border-color: #DBD860; }
span { border-color: rgb(219,216,96); }
td.TdClassName
{
border-color: #DBD860;
}
.TagClassName
{
border-color: #DBD860;
}
</style>