Shades of Manz #DCDC57
Tints of Manz #DCDC57
RGB
CMYK
RGB Variations
Color information
#DCDC57 (or 0xDCDC57) is known color: Manz. HEX triplet: DC, DC and 57. RGB value is (220,220,87). Sum of RGB (Red+Green+Blue) = 220+220+87=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC57 is #2323A8. Grayscale: #CDCDCD. Windows color (decimal): -2302889 or 5758172. OLE color: 5758172.
HSL color Cylindrical-coordinate representation of color #DCDC57: 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.6%. Process color model (Four color, CMYK) of #DCDC57 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 87 | - |
| CMYK | 0 | 0 | 0.60 | 0.14 |
| HSL | 60º | 0.66% | 0.6% | - |
| HSV(B) | 60º | 0.6% | 0.86% | - |
| XYZ | 56.83 | 67.09 | 18.97 | - |
| YUV | 204.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 87 | 0 | 0 | 0.60 | 0.14 | 60 | 0.66 | 0.6 |
| Hex | DC | DC | 57 | 0 | 0 | 3C | E | 3C | 42 | 3C |
| Octal | 334 | 334 | 127 | 0 | 0 | 74 | 16 | 74 | 102 | 74 |
| Binary | 11011100 | 11011100 | 1010111 | 0 | 0 | 111100 | 1110 | 111100 | 1000010 | 111100 |
Color Harmonies of #DCDC57
Complementary color
Monochromatic Colors of #DCDC57
Black with #DCDC57
Text Example
Text Example
White with #DCDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC57; }
p { color: rgb(220,220,87); }
H1.HeaderClassName
{
color: #DCDC57;
}
.AnyTagClassName
{
color: #DCDC57;
}
</style>
background-color css
<style>
a { background-color: #DCDC57; }
a { background-color: rgb(220,220,87); }
div.DivClassName
{
background-color: #DCDC57;
}
.BgClassName
{
background-color: #DCDC57;
}
</style>
border-color css
<style>
span { border-color: #DCDC57; }
span { border-color: rgb(220,220,87); }
td.TdClassName
{
border-color: #DCDC57;
}
.TagClassName
{
border-color: #DCDC57;
}
</style>