Shades of Manz #DCD856
Tints of Manz #DCD856
RGB
CMYK
RGB Variations
Color information
#DCD856 (or 0xDCD856) is known color: Manz. HEX triplet: DC, D8 and 56. RGB value is (220,216,86). Sum of RGB (Red+Green+Blue) = 220+216+86=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD856 is #2327A9. Grayscale: #CACACA. Windows color (decimal): -2303914 or 5691612. OLE color: 5691612.
HSL color Cylindrical-coordinate representation of color #DCD856: hue angle of 58.21º 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 #DCD856 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 86 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.14 |
| HSL | 58.21º | 0.66% | 0.6% | - |
| HSV(B) | 58.21º | 0.61% | 0.86% | - |
| XYZ | 55.75 | 65 | 18.41 | - |
| YUV | 202.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 86 | 0 | 0.02 | 0.61 | 0.14 | 58.21 | 0.66 | 0.6 |
| Hex | DC | D8 | 56 | 0 | 2 | 3D | E | 3A | 42 | 3C |
| Octal | 334 | 330 | 126 | 0 | 2 | 75 | 16 | 72 | 102 | 74 |
| Binary | 11011100 | 11011000 | 1010110 | 0 | 10 | 111101 | 1110 | 111010 | 1000010 | 111100 |
Color Harmonies of #DCD856
Complementary color
Monochromatic Colors of #DCD856
Black with #DCD856
Text Example
Text Example
White with #DCD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD856; }
p { color: rgb(220,216,86); }
H1.HeaderClassName
{
color: #DCD856;
}
.AnyTagClassName
{
color: #DCD856;
}
</style>
background-color css
<style>
a { background-color: #DCD856; }
a { background-color: rgb(220,216,86); }
div.DivClassName
{
background-color: #DCD856;
}
.BgClassName
{
background-color: #DCD856;
}
</style>
border-color css
<style>
span { border-color: #DCD856; }
span { border-color: rgb(220,216,86); }
td.TdClassName
{
border-color: #DCD856;
}
.TagClassName
{
border-color: #DCD856;
}
</style>