Shades of Manz #DCD550
Tints of Manz #DCD550
RGB
CMYK
RGB Variations
Color information
#DCD550 (or 0xDCD550) is known color: Manz. HEX triplet: DC, D5 and 50. RGB value is (220,213,80). Sum of RGB (Red+Green+Blue) = 220+213+80=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD550 is #232AAF. Grayscale: #C8C8C8. Windows color (decimal): -2304688 or 5297628. OLE color: 5297628.
HSL color Cylindrical-coordinate representation of color #DCD550: hue angle of 57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCD550 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 80 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.14 |
| HSL | 57º | 0.67% | 0.59% | - |
| HSV(B) | 57º | 0.64% | 0.86% | - |
| XYZ | 54.76 | 63.38 | 16.94 | - |
| YUV | 199.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 80 | 0 | 0.03 | 0.64 | 0.14 | 57 | 0.67 | 0.59 |
| Hex | DC | D5 | 50 | 0 | 3 | 40 | E | 39 | 43 | 3B |
| Octal | 334 | 325 | 120 | 0 | 3 | 100 | 16 | 71 | 103 | 73 |
| Binary | 11011100 | 11010101 | 1010000 | 0 | 11 | 1000000 | 1110 | 111001 | 1000011 | 111011 |
Color Harmonies of #DCD550
Complementary color
Monochromatic Colors of #DCD550
Black with #DCD550
Text Example
Text Example
White with #DCD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD550; }
p { color: rgb(220,213,80); }
H1.HeaderClassName
{
color: #DCD550;
}
.AnyTagClassName
{
color: #DCD550;
}
</style>
background-color css
<style>
a { background-color: #DCD550; }
a { background-color: rgb(220,213,80); }
div.DivClassName
{
background-color: #DCD550;
}
.BgClassName
{
background-color: #DCD550;
}
</style>
border-color css
<style>
span { border-color: #DCD550; }
span { border-color: rgb(220,213,80); }
td.TdClassName
{
border-color: #DCD550;
}
.TagClassName
{
border-color: #DCD550;
}
</style>