Shades of Manz #DCDC60
Tints of Manz #DCDC60
RGB
CMYK
RGB Variations
Color information
#DCDC60 (or 0xDCDC60) is known color: Manz. HEX triplet: DC, DC and 60. RGB value is (220,220,96). Sum of RGB (Red+Green+Blue) = 220+220+96=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC60 is #23239F. Grayscale: #CECECE. Windows color (decimal): -2302880 or 6347996. OLE color: 6347996.
HSL color Cylindrical-coordinate representation of color #DCDC60: hue angle of 60º 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 #DCDC60 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 96 | - |
| CMYK | 0 | 0 | 0.56 | 0.14 |
| HSL | 60º | 0.64% | 0.62% | - |
| HSV(B) | 60º | 0.56% | 0.86% | - |
| XYZ | 57.22 | 67.25 | 21.03 | - |
| YUV | 205.86 | 66 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 96 | 0 | 0 | 0.56 | 0.14 | 60 | 0.64 | 0.62 |
| Hex | DC | DC | 60 | 0 | 0 | 38 | E | 3C | 40 | 3E |
| Octal | 334 | 334 | 140 | 0 | 0 | 70 | 16 | 74 | 100 | 76 |
| Binary | 11011100 | 11011100 | 1100000 | 0 | 0 | 111000 | 1110 | 111100 | 1000000 | 111110 |
Color Harmonies of #DCDC60
Complementary color
Monochromatic Colors of #DCDC60
Black with #DCDC60
Text Example
Text Example
White with #DCDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC60; }
p { color: rgb(220,220,96); }
H1.HeaderClassName
{
color: #DCDC60;
}
.AnyTagClassName
{
color: #DCDC60;
}
</style>
background-color css
<style>
a { background-color: #DCDC60; }
a { background-color: rgb(220,220,96); }
div.DivClassName
{
background-color: #DCDC60;
}
.BgClassName
{
background-color: #DCDC60;
}
</style>
border-color css
<style>
span { border-color: #DCDC60; }
span { border-color: rgb(220,220,96); }
td.TdClassName
{
border-color: #DCDC60;
}
.TagClassName
{
border-color: #DCDC60;
}
</style>