Shades of Manz #DCD456
Tints of Manz #DCD456
RGB
CMYK
RGB Variations
Color information
#DCD456 (or 0xDCD456) is known color: Manz. HEX triplet: DC, D4 and 56. RGB value is (220,212,86). Sum of RGB (Red+Green+Blue) = 220+212+86=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD456 is #232BA9. Grayscale: #C8C8C8. Windows color (decimal): -2304938 or 5690588. OLE color: 5690588.
HSL color Cylindrical-coordinate representation of color #DCD456: hue angle of 56.42º 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 #DCD456 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 56.42º | 0.66% | 0.6% | - |
| HSV(B) | 56.42º | 0.61% | 0.86% | - |
| XYZ | 54.74 | 62.97 | 18.07 | - |
| YUV | 200.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 86 | 0 | 0.04 | 0.61 | 0.14 | 56.42 | 0.66 | 0.6 |
| Hex | DC | D4 | 56 | 0 | 4 | 3D | E | 38 | 42 | 3C |
| Octal | 334 | 324 | 126 | 0 | 4 | 75 | 16 | 70 | 102 | 74 |
| Binary | 11011100 | 11010100 | 1010110 | 0 | 100 | 111101 | 1110 | 111000 | 1000010 | 111100 |
Color Harmonies of #DCD456
Complementary color
Monochromatic Colors of #DCD456
Black with #DCD456
Text Example
Text Example
White with #DCD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD456; }
p { color: rgb(220,212,86); }
H1.HeaderClassName
{
color: #DCD456;
}
.AnyTagClassName
{
color: #DCD456;
}
</style>
background-color css
<style>
a { background-color: #DCD456; }
a { background-color: rgb(220,212,86); }
div.DivClassName
{
background-color: #DCD456;
}
.BgClassName
{
background-color: #DCD456;
}
</style>
border-color css
<style>
span { border-color: #DCD456; }
span { border-color: rgb(220,212,86); }
td.TdClassName
{
border-color: #DCD456;
}
.TagClassName
{
border-color: #DCD456;
}
</style>