Shades of Manz #DCD756
Tints of Manz #DCD756
RGB
CMYK
RGB Variations
Color information
#DCD756 (or 0xDCD756) is known color: Manz. HEX triplet: DC, D7 and 56. RGB value is (220,215,86). Sum of RGB (Red+Green+Blue) = 220+215+86=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD756 is #2328A9. Grayscale: #CACACA. Windows color (decimal): -2304170 or 5691356. OLE color: 5691356.
HSL color Cylindrical-coordinate representation of color #DCD756: hue angle of 57.76º 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 #DCD756 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 86 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.14 |
| HSL | 57.76º | 0.66% | 0.6% | - |
| HSV(B) | 57.76º | 0.61% | 0.86% | - |
| XYZ | 55.5 | 64.49 | 18.33 | - |
| YUV | 201.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 86 | 0 | 0.02 | 0.61 | 0.14 | 57.76 | 0.66 | 0.6 |
| Hex | DC | D7 | 56 | 0 | 2 | 3D | E | 3A | 42 | 3C |
| Octal | 334 | 327 | 126 | 0 | 2 | 75 | 16 | 72 | 102 | 74 |
| Binary | 11011100 | 11010111 | 1010110 | 0 | 10 | 111101 | 1110 | 111010 | 1000010 | 111100 |
Color Harmonies of #DCD756
Complementary color
Monochromatic Colors of #DCD756
Black with #DCD756
Text Example
Text Example
White with #DCD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD756; }
p { color: rgb(220,215,86); }
H1.HeaderClassName
{
color: #DCD756;
}
.AnyTagClassName
{
color: #DCD756;
}
</style>
background-color css
<style>
a { background-color: #DCD756; }
a { background-color: rgb(220,215,86); }
div.DivClassName
{
background-color: #DCD756;
}
.BgClassName
{
background-color: #DCD756;
}
</style>
border-color css
<style>
span { border-color: #DCD756; }
span { border-color: rgb(220,215,86); }
td.TdClassName
{
border-color: #DCD756;
}
.TagClassName
{
border-color: #DCD756;
}
</style>