Shades of Manz #DCD560
Tints of Manz #DCD560
RGB
CMYK
RGB Variations
Color information
#DCD560 (or 0xDCD560) is known color: Manz. HEX triplet: DC, D5 and 60. RGB value is (220,213,96). Sum of RGB (Red+Green+Blue) = 220+213+96=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD560 is #232A9F. Grayscale: #CACACA. Windows color (decimal): -2304672 or 6346204. OLE color: 6346204.
HSL color Cylindrical-coordinate representation of color #DCD560: hue angle of 56.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCD560 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 96 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.14 |
| HSL | 56.61º | 0.64% | 0.62% | - |
| HSV(B) | 56.61º | 0.56% | 0.86% | - |
| XYZ | 55.42 | 63.65 | 20.43 | - |
| YUV | 201.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 96 | 0 | 0.03 | 0.56 | 0.14 | 56.61 | 0.64 | 0.62 |
| Hex | DC | D5 | 60 | 0 | 3 | 38 | E | 39 | 40 | 3E |
| Octal | 334 | 325 | 140 | 0 | 3 | 70 | 16 | 71 | 100 | 76 |
| Binary | 11011100 | 11010101 | 1100000 | 0 | 11 | 111000 | 1110 | 111001 | 1000000 | 111110 |
Color Harmonies of #DCD560
Complementary color
Monochromatic Colors of #DCD560
Black with #DCD560
Text Example
Text Example
White with #DCD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD560; }
p { color: rgb(220,213,96); }
H1.HeaderClassName
{
color: #DCD560;
}
.AnyTagClassName
{
color: #DCD560;
}
</style>
background-color css
<style>
a { background-color: #DCD560; }
a { background-color: rgb(220,213,96); }
div.DivClassName
{
background-color: #DCD560;
}
.BgClassName
{
background-color: #DCD560;
}
</style>
border-color css
<style>
span { border-color: #DCD560; }
span { border-color: rgb(220,213,96); }
td.TdClassName
{
border-color: #DCD560;
}
.TagClassName
{
border-color: #DCD560;
}
</style>