Shades of Manz #DBD656
Tints of Manz #DBD656
RGB
CMYK
RGB Variations
Color information
#DBD656 (or 0xDBD656) is known color: Manz. HEX triplet: DB, D6 and 56. RGB value is (219,214,86). Sum of RGB (Red+Green+Blue) = 219+214+86=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD656 is #2429A9. Grayscale: #C9C9C9. Windows color (decimal): -2369962 or 5691099. OLE color: 5691099.
HSL color Cylindrical-coordinate representation of color #DBD656: hue angle of 57.74º 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 #DBD656 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 86 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.14 |
| HSL | 57.74º | 0.65% | 0.6% | - |
| HSV(B) | 57.74º | 0.61% | 0.86% | - |
| XYZ | 54.94 | 63.83 | 18.23 | - |
| YUV | 200.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 86 | 0 | 0.02 | 0.61 | 0.14 | 57.74 | 0.65 | 0.6 |
| Hex | DB | D6 | 56 | 0 | 2 | 3D | E | 3A | 41 | 3C |
| Octal | 333 | 326 | 126 | 0 | 2 | 75 | 16 | 72 | 101 | 74 |
| Binary | 11011011 | 11010110 | 1010110 | 0 | 10 | 111101 | 1110 | 111010 | 1000001 | 111100 |
Color Harmonies of #DBD656
Complementary color
Monochromatic Colors of #DBD656
Black with #DBD656
Text Example
Text Example
White with #DBD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD656; }
p { color: rgb(219,214,86); }
H1.HeaderClassName
{
color: #DBD656;
}
.AnyTagClassName
{
color: #DBD656;
}
</style>
background-color css
<style>
a { background-color: #DBD656; }
a { background-color: rgb(219,214,86); }
div.DivClassName
{
background-color: #DBD656;
}
.BgClassName
{
background-color: #DBD656;
}
</style>
border-color css
<style>
span { border-color: #DBD656; }
span { border-color: rgb(219,214,86); }
td.TdClassName
{
border-color: #DBD656;
}
.TagClassName
{
border-color: #DBD656;
}
</style>