Shades of Manz #DCD955
Tints of Manz #DCD955
RGB
CMYK
RGB Variations
Color information
#DCD955 (or 0xDCD955) is known color: Manz. HEX triplet: DC, D9 and 55. RGB value is (220,217,85). Sum of RGB (Red+Green+Blue) = 220+217+85=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD955 is #2326AA. Grayscale: #CBCBCB. Windows color (decimal): -2303659 or 5626332. OLE color: 5626332.
HSL color Cylindrical-coordinate representation of color #DCD955: hue angle of 58.67º 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 #DCD955 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 85 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.14 |
| HSL | 58.67º | 0.66% | 0.6% | - |
| HSV(B) | 58.67º | 0.61% | 0.86% | - |
| XYZ | 55.97 | 65.5 | 18.29 | - |
| YUV | 202.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 85 | 0 | 0.01 | 0.61 | 0.14 | 58.67 | 0.66 | 0.6 |
| Hex | DC | D9 | 55 | 0 | 1 | 3D | E | 3B | 42 | 3C |
| Octal | 334 | 331 | 125 | 0 | 1 | 75 | 16 | 73 | 102 | 74 |
| Binary | 11011100 | 11011001 | 1010101 | 0 | 1 | 111101 | 1110 | 111011 | 1000010 | 111100 |
Color Harmonies of #DCD955
Complementary color
Monochromatic Colors of #DCD955
Black with #DCD955
Text Example
Text Example
White with #DCD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD955; }
p { color: rgb(220,217,85); }
H1.HeaderClassName
{
color: #DCD955;
}
.AnyTagClassName
{
color: #DCD955;
}
</style>
background-color css
<style>
a { background-color: #DCD955; }
a { background-color: rgb(220,217,85); }
div.DivClassName
{
background-color: #DCD955;
}
.BgClassName
{
background-color: #DCD955;
}
</style>
border-color css
<style>
span { border-color: #DCD955; }
span { border-color: rgb(220,217,85); }
td.TdClassName
{
border-color: #DCD955;
}
.TagClassName
{
border-color: #DCD955;
}
</style>