Shades of Manz #DCD356
Tints of Manz #DCD356
RGB
CMYK
RGB Variations
Color information
#DCD356 (or 0xDCD356) is known color: Manz. HEX triplet: DC, D3 and 56. RGB value is (220,211,86). Sum of RGB (Red+Green+Blue) = 220+211+86=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD356 is #232CA9. Grayscale: #C7C7C7. Windows color (decimal): -2305194 or 5690332. OLE color: 5690332.
HSL color Cylindrical-coordinate representation of color #DCD356: hue angle of 55.97º 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 #DCD356 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 55.97º | 0.66% | 0.6% | - |
| HSV(B) | 55.97º | 0.61% | 0.86% | - |
| XYZ | 54.49 | 62.48 | 17.99 | - |
| YUV | 199.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 86 | 0 | 0.04 | 0.61 | 0.14 | 55.97 | 0.66 | 0.6 |
| Hex | DC | D3 | 56 | 0 | 4 | 3D | E | 38 | 42 | 3C |
| Octal | 334 | 323 | 126 | 0 | 4 | 75 | 16 | 70 | 102 | 74 |
| Binary | 11011100 | 11010011 | 1010110 | 0 | 100 | 111101 | 1110 | 111000 | 1000010 | 111100 |
Color Harmonies of #DCD356
Complementary color
Monochromatic Colors of #DCD356
Black with #DCD356
Text Example
Text Example
White with #DCD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD356; }
p { color: rgb(220,211,86); }
H1.HeaderClassName
{
color: #DCD356;
}
.AnyTagClassName
{
color: #DCD356;
}
</style>
background-color css
<style>
a { background-color: #DCD356; }
a { background-color: rgb(220,211,86); }
div.DivClassName
{
background-color: #DCD356;
}
.BgClassName
{
background-color: #DCD356;
}
</style>
border-color css
<style>
span { border-color: #DCD356; }
span { border-color: rgb(220,211,86); }
td.TdClassName
{
border-color: #DCD356;
}
.TagClassName
{
border-color: #DCD356;
}
</style>