Shades of Manz #DCD556
Tints of Manz #DCD556
RGB
CMYK
RGB Variations
Color information
#DCD556 (or 0xDCD556) is known color: Manz. HEX triplet: DC, D5 and 56. RGB value is (220,213,86). Sum of RGB (Red+Green+Blue) = 220+213+86=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD556 is #232AA9. Grayscale: #C9C9C9. Windows color (decimal): -2304682 or 5690844. OLE color: 5690844.
HSL color Cylindrical-coordinate representation of color #DCD556: hue angle of 56.87º 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 #DCD556 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 86 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.14 |
| HSL | 56.87º | 0.66% | 0.6% | - |
| HSV(B) | 56.87º | 0.61% | 0.86% | - |
| XYZ | 54.99 | 63.48 | 18.16 | - |
| YUV | 200.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 86 | 0 | 0.03 | 0.61 | 0.14 | 56.87 | 0.66 | 0.6 |
| Hex | DC | D5 | 56 | 0 | 3 | 3D | E | 39 | 42 | 3C |
| Octal | 334 | 325 | 126 | 0 | 3 | 75 | 16 | 71 | 102 | 74 |
| Binary | 11011100 | 11010101 | 1010110 | 0 | 11 | 111101 | 1110 | 111001 | 1000010 | 111100 |
Color Harmonies of #DCD556
Complementary color
Monochromatic Colors of #DCD556
Black with #DCD556
Text Example
Text Example
White with #DCD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD556; }
p { color: rgb(220,213,86); }
H1.HeaderClassName
{
color: #DCD556;
}
.AnyTagClassName
{
color: #DCD556;
}
</style>
background-color css
<style>
a { background-color: #DCD556; }
a { background-color: rgb(220,213,86); }
div.DivClassName
{
background-color: #DCD556;
}
.BgClassName
{
background-color: #DCD556;
}
</style>
border-color css
<style>
span { border-color: #DCD556; }
span { border-color: rgb(220,213,86); }
td.TdClassName
{
border-color: #DCD556;
}
.TagClassName
{
border-color: #DCD556;
}
</style>