Shades of Manz #DCDC56
Tints of Manz #DCDC56
RGB
CMYK
RGB Variations
Color information
#DCDC56 (or 0xDCDC56) is known color: Manz. HEX triplet: DC, DC and 56. RGB value is (220,220,86). Sum of RGB (Red+Green+Blue) = 220+220+86=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC56 is #2323A9. Grayscale: #CDCDCD. Windows color (decimal): -2302890 or 5692636. OLE color: 5692636.
HSL color Cylindrical-coordinate representation of color #DCDC56: hue angle of 60º 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 #DCDC56 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 86 | - |
| CMYK | 0 | 0 | 0.61 | 0.14 |
| HSL | 60º | 0.66% | 0.6% | - |
| HSV(B) | 60º | 0.61% | 0.86% | - |
| XYZ | 56.79 | 67.07 | 18.76 | - |
| YUV | 204.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 86 | 0 | 0 | 0.61 | 0.14 | 60 | 0.66 | 0.6 |
| Hex | DC | DC | 56 | 0 | 0 | 3D | E | 3C | 42 | 3C |
| Octal | 334 | 334 | 126 | 0 | 0 | 75 | 16 | 74 | 102 | 74 |
| Binary | 11011100 | 11011100 | 1010110 | 0 | 0 | 111101 | 1110 | 111100 | 1000010 | 111100 |
Color Harmonies of #DCDC56
Complementary color
Monochromatic Colors of #DCDC56
Black with #DCDC56
Text Example
Text Example
White with #DCDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC56; }
p { color: rgb(220,220,86); }
H1.HeaderClassName
{
color: #DCDC56;
}
.AnyTagClassName
{
color: #DCDC56;
}
</style>
background-color css
<style>
a { background-color: #DCDC56; }
a { background-color: rgb(220,220,86); }
div.DivClassName
{
background-color: #DCDC56;
}
.BgClassName
{
background-color: #DCDC56;
}
</style>
border-color css
<style>
span { border-color: #DCDC56; }
span { border-color: rgb(220,220,86); }
td.TdClassName
{
border-color: #DCDC56;
}
.TagClassName
{
border-color: #DCDC56;
}
</style>