Shades of Manz #DCD960
Tints of Manz #DCD960
RGB
CMYK
RGB Variations
Color information
#DCD960 (or 0xDCD960) is known color: Manz. HEX triplet: DC, D9 and 60. RGB value is (220,217,96). Sum of RGB (Red+Green+Blue) = 220+217+96=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD960 is #23269F. Grayscale: #CCCCCC. Windows color (decimal): -2303648 or 6347228. OLE color: 6347228.
HSL color Cylindrical-coordinate representation of color #DCD960: hue angle of 58.55º 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 #DCD960 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 96 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.14 |
| HSL | 58.55º | 0.64% | 0.62% | - |
| HSV(B) | 58.55º | 0.56% | 0.86% | - |
| XYZ | 56.44 | 65.69 | 20.77 | - |
| YUV | 204.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 96 | 0 | 0.01 | 0.56 | 0.14 | 58.55 | 0.64 | 0.62 |
| Hex | DC | D9 | 60 | 0 | 1 | 38 | E | 3B | 40 | 3E |
| Octal | 334 | 331 | 140 | 0 | 1 | 70 | 16 | 73 | 100 | 76 |
| Binary | 11011100 | 11011001 | 1100000 | 0 | 1 | 111000 | 1110 | 111011 | 1000000 | 111110 |
Color Harmonies of #DCD960
Complementary color
Monochromatic Colors of #DCD960
Black with #DCD960
Text Example
Text Example
White with #DCD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD960; }
p { color: rgb(220,217,96); }
H1.HeaderClassName
{
color: #DCD960;
}
.AnyTagClassName
{
color: #DCD960;
}
</style>
background-color css
<style>
a { background-color: #DCD960; }
a { background-color: rgb(220,217,96); }
div.DivClassName
{
background-color: #DCD960;
}
.BgClassName
{
background-color: #DCD960;
}
</style>
border-color css
<style>
span { border-color: #DCD960; }
span { border-color: rgb(220,217,96); }
td.TdClassName
{
border-color: #DCD960;
}
.TagClassName
{
border-color: #DCD960;
}
</style>