Shades of Manz #DBD356
Tints of Manz #DBD356
RGB
CMYK
RGB Variations
Color information
#DBD356 (or 0xDBD356) is known color: Manz. HEX triplet: DB, D3 and 56. RGB value is (219,211,86). Sum of RGB (Red+Green+Blue) = 219+211+86=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD356 is #242CA9. Grayscale: #C7C7C7. Windows color (decimal): -2370730 or 5690331. OLE color: 5690331.
HSL color Cylindrical-coordinate representation of color #DBD356: hue angle of 56.39º 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 #DBD356 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 56.39º | 0.65% | 0.6% | - |
| HSV(B) | 56.39º | 0.61% | 0.86% | - |
| XYZ | 54.19 | 62.32 | 17.98 | - |
| YUV | 199.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 86 | 0 | 0.04 | 0.61 | 0.14 | 56.39 | 0.65 | 0.6 |
| Hex | DB | D3 | 56 | 0 | 4 | 3D | E | 38 | 41 | 3C |
| Octal | 333 | 323 | 126 | 0 | 4 | 75 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010011 | 1010110 | 0 | 100 | 111101 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD356
Complementary color
Monochromatic Colors of #DBD356
Black with #DBD356
Text Example
Text Example
White with #DBD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD356; }
p { color: rgb(219,211,86); }
H1.HeaderClassName
{
color: #DBD356;
}
.AnyTagClassName
{
color: #DBD356;
}
</style>
background-color css
<style>
a { background-color: #DBD356; }
a { background-color: rgb(219,211,86); }
div.DivClassName
{
background-color: #DBD356;
}
.BgClassName
{
background-color: #DBD356;
}
</style>
border-color css
<style>
span { border-color: #DBD356; }
span { border-color: rgb(219,211,86); }
td.TdClassName
{
border-color: #DBD356;
}
.TagClassName
{
border-color: #DBD356;
}
</style>