Shades of Manz #DCD656
Tints of Manz #DCD656
RGB
CMYK
RGB Variations
Color information
#DCD656 (or 0xDCD656) is known color: Manz. HEX triplet: DC, D6 and 56. RGB value is (220,214,86). Sum of RGB (Red+Green+Blue) = 220+214+86=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD656 is #2329A9. Grayscale: #C9C9C9. Windows color (decimal): -2304426 or 5691100. OLE color: 5691100.
HSL color Cylindrical-coordinate representation of color #DCD656: hue angle of 57.31º 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 #DCD656 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 86 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.14 |
| HSL | 57.31º | 0.66% | 0.6% | - |
| HSV(B) | 57.31º | 0.61% | 0.86% | - |
| XYZ | 55.24 | 63.98 | 18.24 | - |
| YUV | 201.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 86 | 0 | 0.03 | 0.61 | 0.14 | 57.31 | 0.66 | 0.6 |
| Hex | DC | D6 | 56 | 0 | 3 | 3D | E | 39 | 42 | 3C |
| Octal | 334 | 326 | 126 | 0 | 3 | 75 | 16 | 71 | 102 | 74 |
| Binary | 11011100 | 11010110 | 1010110 | 0 | 11 | 111101 | 1110 | 111001 | 1000010 | 111100 |
Color Harmonies of #DCD656
Complementary color
Monochromatic Colors of #DCD656
Black with #DCD656
Text Example
Text Example
White with #DCD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD656; }
p { color: rgb(220,214,86); }
H1.HeaderClassName
{
color: #DCD656;
}
.AnyTagClassName
{
color: #DCD656;
}
</style>
background-color css
<style>
a { background-color: #DCD656; }
a { background-color: rgb(220,214,86); }
div.DivClassName
{
background-color: #DCD656;
}
.BgClassName
{
background-color: #DCD656;
}
</style>
border-color css
<style>
span { border-color: #DCD656; }
span { border-color: rgb(220,214,86); }
td.TdClassName
{
border-color: #DCD656;
}
.TagClassName
{
border-color: #DCD656;
}
</style>