Shades of Manz #DCD950
Tints of Manz #DCD950
RGB
CMYK
RGB Variations
Color information
#DCD950 (or 0xDCD950) is known color: Manz. HEX triplet: DC, D9 and 50. RGB value is (220,217,80). Sum of RGB (Red+Green+Blue) = 220+217+80=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD950 is #2326AF. Grayscale: #CACACA. Windows color (decimal): -2303664 or 5298652. OLE color: 5298652.
HSL color Cylindrical-coordinate representation of color #DCD950: hue angle of 58.71º 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 #DCD950 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 80 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.14 |
| HSL | 58.71º | 0.67% | 0.59% | - |
| HSV(B) | 58.71º | 0.64% | 0.86% | - |
| XYZ | 55.78 | 65.42 | 17.28 | - |
| YUV | 202.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 80 | 0 | 0.01 | 0.64 | 0.14 | 58.71 | 0.67 | 0.59 |
| Hex | DC | D9 | 50 | 0 | 1 | 40 | E | 3B | 43 | 3B |
| Octal | 334 | 331 | 120 | 0 | 1 | 100 | 16 | 73 | 103 | 73 |
| Binary | 11011100 | 11011001 | 1010000 | 0 | 1 | 1000000 | 1110 | 111011 | 1000011 | 111011 |
Color Harmonies of #DCD950
Complementary color
Monochromatic Colors of #DCD950
Black with #DCD950
Text Example
Text Example
White with #DCD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD950; }
p { color: rgb(220,217,80); }
H1.HeaderClassName
{
color: #DCD950;
}
.AnyTagClassName
{
color: #DCD950;
}
</style>
background-color css
<style>
a { background-color: #DCD950; }
a { background-color: rgb(220,217,80); }
div.DivClassName
{
background-color: #DCD950;
}
.BgClassName
{
background-color: #DCD950;
}
</style>
border-color css
<style>
span { border-color: #DCD950; }
span { border-color: rgb(220,217,80); }
td.TdClassName
{
border-color: #DCD950;
}
.TagClassName
{
border-color: #DCD950;
}
</style>