Shades of Manz #DCD056
Tints of Manz #DCD056
RGB
CMYK
RGB Variations
Color information
#DCD056 (or 0xDCD056) is known color: Manz. HEX triplet: DC, D0 and 56. RGB value is (220,208,86). Sum of RGB (Red+Green+Blue) = 220+208+86=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD056 is #232FA9. Grayscale: #C6C6C6. Windows color (decimal): -2305962 or 5689564. OLE color: 5689564.
HSL color Cylindrical-coordinate representation of color #DCD056: hue angle of 54.63º degrees, saturation: 0.66, 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 #DCD056 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 86 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.14 |
| HSL | 54.63º | 0.66% | 0.6% | - |
| HSV(B) | 54.63º | 0.61% | 0.86% | - |
| XYZ | 53.75 | 61 | 17.75 | - |
| YUV | 197.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 86 | 0 | 0.05 | 0.61 | 0.14 | 54.63 | 0.66 | 0.6 |
| Hex | DC | D0 | 56 | 0 | 5 | 3D | E | 37 | 42 | 3C |
| Octal | 334 | 320 | 126 | 0 | 5 | 75 | 16 | 67 | 102 | 74 |
| Binary | 11011100 | 11010000 | 1010110 | 0 | 101 | 111101 | 1110 | 110111 | 1000010 | 111100 |
Color Harmonies of #DCD056
Complementary color
Monochromatic Colors of #DCD056
Black with #DCD056
Text Example
Text Example
White with #DCD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD056; }
p { color: rgb(220,208,86); }
H1.HeaderClassName
{
color: #DCD056;
}
.AnyTagClassName
{
color: #DCD056;
}
</style>
background-color css
<style>
a { background-color: #DCD056; }
a { background-color: rgb(220,208,86); }
div.DivClassName
{
background-color: #DCD056;
}
.BgClassName
{
background-color: #DCD056;
}
</style>
border-color css
<style>
span { border-color: #DCD056; }
span { border-color: rgb(220,208,86); }
td.TdClassName
{
border-color: #DCD056;
}
.TagClassName
{
border-color: #DCD056;
}
</style>