Shades of Manz #DCD155
Tints of Manz #DCD155
RGB
CMYK
RGB Variations
Color information
#DCD155 (or 0xDCD155) is known color: Manz. HEX triplet: DC, D1 and 55. RGB value is (220,209,85). Sum of RGB (Red+Green+Blue) = 220+209+85=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD155 is #232EAA. Grayscale: #C6C6C6. Windows color (decimal): -2305707 or 5624284. OLE color: 5624284.
HSL color Cylindrical-coordinate representation of color #DCD155: hue angle of 55.11º 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 #DCD155 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 85 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.14 |
| HSL | 55.11º | 0.66% | 0.6% | - |
| HSV(B) | 55.11º | 0.61% | 0.86% | - |
| XYZ | 53.96 | 61.47 | 17.62 | - |
| YUV | 198.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 85 | 0 | 0.05 | 0.61 | 0.14 | 55.11 | 0.66 | 0.6 |
| Hex | DC | D1 | 55 | 0 | 5 | 3D | E | 37 | 42 | 3C |
| Octal | 334 | 321 | 125 | 0 | 5 | 75 | 16 | 67 | 102 | 74 |
| Binary | 11011100 | 11010001 | 1010101 | 0 | 101 | 111101 | 1110 | 110111 | 1000010 | 111100 |
Color Harmonies of #DCD155
Complementary color
Monochromatic Colors of #DCD155
Black with #DCD155
Text Example
Text Example
White with #DCD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD155; }
p { color: rgb(220,209,85); }
H1.HeaderClassName
{
color: #DCD155;
}
.AnyTagClassName
{
color: #DCD155;
}
</style>
background-color css
<style>
a { background-color: #DCD155; }
a { background-color: rgb(220,209,85); }
div.DivClassName
{
background-color: #DCD155;
}
.BgClassName
{
background-color: #DCD155;
}
</style>
border-color css
<style>
span { border-color: #DCD155; }
span { border-color: rgb(220,209,85); }
td.TdClassName
{
border-color: #DCD155;
}
.TagClassName
{
border-color: #DCD155;
}
</style>