Shades of Manz #DBD756
Tints of Manz #DBD756
RGB
CMYK
RGB Variations
Color information
#DBD756 (or 0xDBD756) is known color: Manz. HEX triplet: DB, D7 and 56. RGB value is (219,215,86). Sum of RGB (Red+Green+Blue) = 219+215+86=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD756 is #2428A9. Grayscale: #CACACA. Windows color (decimal): -2369706 or 5691355. OLE color: 5691355.
HSL color Cylindrical-coordinate representation of color #DBD756: hue angle of 58.2º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBD756 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 86 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.14 |
| HSL | 58.2º | 0.65% | 0.6% | - |
| HSV(B) | 58.2º | 0.61% | 0.86% | - |
| XYZ | 55.19 | 64.33 | 18.31 | - |
| YUV | 201.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 86 | 0 | 0.02 | 0.61 | 0.14 | 58.2 | 0.65 | 0.6 |
| Hex | DB | D7 | 56 | 0 | 2 | 3D | E | 3A | 41 | 3C |
| Octal | 333 | 327 | 126 | 0 | 2 | 75 | 16 | 72 | 101 | 74 |
| Binary | 11011011 | 11010111 | 1010110 | 0 | 10 | 111101 | 1110 | 111010 | 1000001 | 111100 |
Color Harmonies of #DBD756
Complementary color
Monochromatic Colors of #DBD756
Black with #DBD756
Text Example
Text Example
White with #DBD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD756; }
p { color: rgb(219,215,86); }
H1.HeaderClassName
{
color: #DBD756;
}
.AnyTagClassName
{
color: #DBD756;
}
</style>
background-color css
<style>
a { background-color: #DBD756; }
a { background-color: rgb(219,215,86); }
div.DivClassName
{
background-color: #DBD756;
}
.BgClassName
{
background-color: #DBD756;
}
</style>
border-color css
<style>
span { border-color: #DBD756; }
span { border-color: rgb(219,215,86); }
td.TdClassName
{
border-color: #DBD756;
}
.TagClassName
{
border-color: #DBD756;
}
</style>