Shades of Manz #DCD850
Tints of Manz #DCD850
RGB
CMYK
RGB Variations
Color information
#DCD850 (or 0xDCD850) is known color: Manz. HEX triplet: DC, D8 and 50. RGB value is (220,216,80). Sum of RGB (Red+Green+Blue) = 220+216+80=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD850 is #2327AF. Grayscale: #CACACA. Windows color (decimal): -2303920 or 5298396. OLE color: 5298396.
HSL color Cylindrical-coordinate representation of color #DCD850: hue angle of 58.29º 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 #DCD850 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 80 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.14 |
| HSL | 58.29º | 0.67% | 0.59% | - |
| HSV(B) | 58.29º | 0.64% | 0.86% | - |
| XYZ | 55.52 | 64.91 | 17.19 | - |
| YUV | 201.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 80 | 0 | 0.02 | 0.64 | 0.14 | 58.29 | 0.67 | 0.59 |
| Hex | DC | D8 | 50 | 0 | 2 | 40 | E | 3A | 43 | 3B |
| Octal | 334 | 330 | 120 | 0 | 2 | 100 | 16 | 72 | 103 | 73 |
| Binary | 11011100 | 11011000 | 1010000 | 0 | 10 | 1000000 | 1110 | 111010 | 1000011 | 111011 |
Color Harmonies of #DCD850
Complementary color
Monochromatic Colors of #DCD850
Black with #DCD850
Text Example
Text Example
White with #DCD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD850; }
p { color: rgb(220,216,80); }
H1.HeaderClassName
{
color: #DCD850;
}
.AnyTagClassName
{
color: #DCD850;
}
</style>
background-color css
<style>
a { background-color: #DCD850; }
a { background-color: rgb(220,216,80); }
div.DivClassName
{
background-color: #DCD850;
}
.BgClassName
{
background-color: #DCD850;
}
</style>
border-color css
<style>
span { border-color: #DCD850; }
span { border-color: rgb(220,216,80); }
td.TdClassName
{
border-color: #DCD850;
}
.TagClassName
{
border-color: #DCD850;
}
</style>