Shades of Manz #DCD855
Tints of Manz #DCD855
RGB
CMYK
RGB Variations
Color information
#DCD855 (or 0xDCD855) is known color: Manz. HEX triplet: DC, D8 and 55. RGB value is (220,216,85). Sum of RGB (Red+Green+Blue) = 220+216+85=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD855 is #2327AA. Grayscale: #CACACA. Windows color (decimal): -2303915 or 5626076. OLE color: 5626076.
HSL color Cylindrical-coordinate representation of color #DCD855: hue angle of 58.22º 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 #DCD855 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 85 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.14 |
| HSL | 58.22º | 0.66% | 0.6% | - |
| HSV(B) | 58.22º | 0.61% | 0.86% | - |
| XYZ | 55.71 | 64.98 | 18.2 | - |
| YUV | 202.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 85 | 0 | 0.02 | 0.61 | 0.14 | 58.22 | 0.66 | 0.6 |
| Hex | DC | D8 | 55 | 0 | 2 | 3D | E | 3A | 42 | 3C |
| Octal | 334 | 330 | 125 | 0 | 2 | 75 | 16 | 72 | 102 | 74 |
| Binary | 11011100 | 11011000 | 1010101 | 0 | 10 | 111101 | 1110 | 111010 | 1000010 | 111100 |
Color Harmonies of #DCD855
Complementary color
Monochromatic Colors of #DCD855
Black with #DCD855
Text Example
Text Example
White with #DCD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD855; }
p { color: rgb(220,216,85); }
H1.HeaderClassName
{
color: #DCD855;
}
.AnyTagClassName
{
color: #DCD855;
}
</style>
background-color css
<style>
a { background-color: #DCD855; }
a { background-color: rgb(220,216,85); }
div.DivClassName
{
background-color: #DCD855;
}
.BgClassName
{
background-color: #DCD855;
}
</style>
border-color css
<style>
span { border-color: #DCD855; }
span { border-color: rgb(220,216,85); }
td.TdClassName
{
border-color: #DCD855;
}
.TagClassName
{
border-color: #DCD855;
}
</style>