Shades of Manz #DCD355
Tints of Manz #DCD355
RGB
CMYK
RGB Variations
Color information
#DCD355 (or 0xDCD355) is known color: Manz. HEX triplet: DC, D3 and 55. RGB value is (220,211,85). Sum of RGB (Red+Green+Blue) = 220+211+85=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD355 is #232CAA. Grayscale: #C7C7C7. Windows color (decimal): -2305195 or 5624796. OLE color: 5624796.
HSL color Cylindrical-coordinate representation of color #DCD355: hue angle of 56º 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 #DCD355 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 85 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.14 |
| HSL | 56º | 0.66% | 0.6% | - |
| HSV(B) | 56º | 0.61% | 0.86% | - |
| XYZ | 54.45 | 62.46 | 17.78 | - |
| YUV | 199.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 85 | 0 | 0.04 | 0.61 | 0.14 | 56 | 0.66 | 0.6 |
| Hex | DC | D3 | 55 | 0 | 4 | 3D | E | 38 | 42 | 3C |
| Octal | 334 | 323 | 125 | 0 | 4 | 75 | 16 | 70 | 102 | 74 |
| Binary | 11011100 | 11010011 | 1010101 | 0 | 100 | 111101 | 1110 | 111000 | 1000010 | 111100 |
Color Harmonies of #DCD355
Complementary color
Monochromatic Colors of #DCD355
Black with #DCD355
Text Example
Text Example
White with #DCD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD355; }
p { color: rgb(220,211,85); }
H1.HeaderClassName
{
color: #DCD355;
}
.AnyTagClassName
{
color: #DCD355;
}
</style>
background-color css
<style>
a { background-color: #DCD355; }
a { background-color: rgb(220,211,85); }
div.DivClassName
{
background-color: #DCD355;
}
.BgClassName
{
background-color: #DCD355;
}
</style>
border-color css
<style>
span { border-color: #DCD355; }
span { border-color: rgb(220,211,85); }
td.TdClassName
{
border-color: #DCD355;
}
.TagClassName
{
border-color: #DCD355;
}
</style>