Shades of Manz #DBD160
Tints of Manz #DBD160
RGB
CMYK
RGB Variations
Color information
#DBD160 (or 0xDBD160) is known color: Manz. HEX triplet: DB, D1 and 60. RGB value is (219,209,96). Sum of RGB (Red+Green+Blue) = 219+209+96=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD160 is #242E9F. Grayscale: #C7C7C7. Windows color (decimal): -2371232 or 6345179. OLE color: 6345179.
HSL color Cylindrical-coordinate representation of color #DBD160: hue angle of 55.12º 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 #DBD160 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 96 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.14 |
| HSL | 55.12º | 0.63% | 0.62% | - |
| HSV(B) | 55.12º | 0.56% | 0.86% | - |
| XYZ | 54.13 | 61.51 | 20.09 | - |
| YUV | 199.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 96 | 0 | 0.05 | 0.56 | 0.14 | 55.12 | 0.63 | 0.62 |
| Hex | DB | D1 | 60 | 0 | 5 | 38 | E | 37 | 3F | 3E |
| Octal | 333 | 321 | 140 | 0 | 5 | 70 | 16 | 67 | 77 | 76 |
| Binary | 11011011 | 11010001 | 1100000 | 0 | 101 | 111000 | 1110 | 110111 | 111111 | 111110 |
Color Harmonies of #DBD160
Complementary color
Monochromatic Colors of #DBD160
Black with #DBD160
Text Example
Text Example
White with #DBD160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD160; }
p { color: rgb(219,209,96); }
H1.HeaderClassName
{
color: #DBD160;
}
.AnyTagClassName
{
color: #DBD160;
}
</style>
background-color css
<style>
a { background-color: #DBD160; }
a { background-color: rgb(219,209,96); }
div.DivClassName
{
background-color: #DBD160;
}
.BgClassName
{
background-color: #DBD160;
}
</style>
border-color css
<style>
span { border-color: #DBD160; }
span { border-color: rgb(219,209,96); }
td.TdClassName
{
border-color: #DBD160;
}
.TagClassName
{
border-color: #DBD160;
}
</style>