Shades of Manz #DCD156
Tints of Manz #DCD156
RGB
CMYK
RGB Variations
Color information
#DCD156 (or 0xDCD156) is known color: Manz. HEX triplet: DC, D1 and 56. RGB value is (220,209,86). Sum of RGB (Red+Green+Blue) = 220+209+86=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD156 is #232EA9. Grayscale: #C6C6C6. Windows color (decimal): -2305706 or 5689820. OLE color: 5689820.
HSL color Cylindrical-coordinate representation of color #DCD156: hue angle of 55.07º 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 #DCD156 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 86 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.14 |
| HSL | 55.07º | 0.66% | 0.6% | - |
| HSV(B) | 55.07º | 0.61% | 0.86% | - |
| XYZ | 54 | 61.49 | 17.83 | - |
| YUV | 198.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 86 | 0 | 0.05 | 0.61 | 0.14 | 55.07 | 0.66 | 0.6 |
| Hex | DC | D1 | 56 | 0 | 5 | 3D | E | 37 | 42 | 3C |
| Octal | 334 | 321 | 126 | 0 | 5 | 75 | 16 | 67 | 102 | 74 |
| Binary | 11011100 | 11010001 | 1010110 | 0 | 101 | 111101 | 1110 | 110111 | 1000010 | 111100 |
Color Harmonies of #DCD156
Complementary color
Monochromatic Colors of #DCD156
Black with #DCD156
Text Example
Text Example
White with #DCD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD156; }
p { color: rgb(220,209,86); }
H1.HeaderClassName
{
color: #DCD156;
}
.AnyTagClassName
{
color: #DCD156;
}
</style>
background-color css
<style>
a { background-color: #DCD156; }
a { background-color: rgb(220,209,86); }
div.DivClassName
{
background-color: #DCD156;
}
.BgClassName
{
background-color: #DCD156;
}
</style>
border-color css
<style>
span { border-color: #DCD156; }
span { border-color: rgb(220,209,86); }
td.TdClassName
{
border-color: #DCD156;
}
.TagClassName
{
border-color: #DCD156;
}
</style>