Shades of Manz #DCD555
Tints of Manz #DCD555
RGB
CMYK
RGB Variations
Color information
#DCD555 (or 0xDCD555) is known color: Manz. HEX triplet: DC, D5 and 55. RGB value is (220,213,85). Sum of RGB (Red+Green+Blue) = 220+213+85=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD555 is #232AAA. Grayscale: #C9C9C9. Windows color (decimal): -2304683 or 5625308. OLE color: 5625308.
HSL color Cylindrical-coordinate representation of color #DCD555: hue angle of 56.89º 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 #DCD555 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 85 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.14 |
| HSL | 56.89º | 0.66% | 0.6% | - |
| HSV(B) | 56.89º | 0.61% | 0.86% | - |
| XYZ | 54.95 | 63.46 | 17.95 | - |
| YUV | 200.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 85 | 0 | 0.03 | 0.61 | 0.14 | 56.89 | 0.66 | 0.6 |
| Hex | DC | D5 | 55 | 0 | 3 | 3D | E | 39 | 42 | 3C |
| Octal | 334 | 325 | 125 | 0 | 3 | 75 | 16 | 71 | 102 | 74 |
| Binary | 11011100 | 11010101 | 1010101 | 0 | 11 | 111101 | 1110 | 111001 | 1000010 | 111100 |
Color Harmonies of #DCD555
Complementary color
Monochromatic Colors of #DCD555
Black with #DCD555
Text Example
Text Example
White with #DCD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD555; }
p { color: rgb(220,213,85); }
H1.HeaderClassName
{
color: #DCD555;
}
.AnyTagClassName
{
color: #DCD555;
}
</style>
background-color css
<style>
a { background-color: #DCD555; }
a { background-color: rgb(220,213,85); }
div.DivClassName
{
background-color: #DCD555;
}
.BgClassName
{
background-color: #DCD555;
}
</style>
border-color css
<style>
span { border-color: #DCD555; }
span { border-color: rgb(220,213,85); }
td.TdClassName
{
border-color: #DCD555;
}
.TagClassName
{
border-color: #DCD555;
}
</style>