Shades of Manz #DCD655
Tints of Manz #DCD655
RGB
CMYK
RGB Variations
Color information
#DCD655 (or 0xDCD655) is known color: Manz. HEX triplet: DC, D6 and 55. RGB value is (220,214,85). Sum of RGB (Red+Green+Blue) = 220+214+85=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD655 is #2329AA. Grayscale: #C9C9C9. Windows color (decimal): -2304427 or 5625564. OLE color: 5625564.
HSL color Cylindrical-coordinate representation of color #DCD655: hue angle of 57.33º 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 #DCD655 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 85 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.14 |
| HSL | 57.33º | 0.66% | 0.6% | - |
| HSV(B) | 57.33º | 0.61% | 0.86% | - |
| XYZ | 55.2 | 63.96 | 18.03 | - |
| YUV | 201.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 85 | 0 | 0.03 | 0.61 | 0.14 | 57.33 | 0.66 | 0.6 |
| Hex | DC | D6 | 55 | 0 | 3 | 3D | E | 39 | 42 | 3C |
| Octal | 334 | 326 | 125 | 0 | 3 | 75 | 16 | 71 | 102 | 74 |
| Binary | 11011100 | 11010110 | 1010101 | 0 | 11 | 111101 | 1110 | 111001 | 1000010 | 111100 |
Color Harmonies of #DCD655
Complementary color
Monochromatic Colors of #DCD655
Black with #DCD655
Text Example
Text Example
White with #DCD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD655; }
p { color: rgb(220,214,85); }
H1.HeaderClassName
{
color: #DCD655;
}
.AnyTagClassName
{
color: #DCD655;
}
</style>
background-color css
<style>
a { background-color: #DCD655; }
a { background-color: rgb(220,214,85); }
div.DivClassName
{
background-color: #DCD655;
}
.BgClassName
{
background-color: #DCD655;
}
</style>
border-color css
<style>
span { border-color: #DCD655; }
span { border-color: rgb(220,214,85); }
td.TdClassName
{
border-color: #DCD655;
}
.TagClassName
{
border-color: #DCD655;
}
</style>