Shades of Manz #DCD650
Tints of Manz #DCD650
RGB
CMYK
RGB Variations
Color information
#DCD650 (or 0xDCD650) is known color: Manz. HEX triplet: DC, D6 and 50. RGB value is (220,214,80). Sum of RGB (Red+Green+Blue) = 220+214+80=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD650 is #2329AF. Grayscale: #C9C9C9. Windows color (decimal): -2304432 or 5297884. OLE color: 5297884.
HSL color Cylindrical-coordinate representation of color #DCD650: hue angle of 57.43º 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 #DCD650 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 80 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.14 |
| HSL | 57.43º | 0.67% | 0.59% | - |
| HSV(B) | 57.43º | 0.64% | 0.86% | - |
| XYZ | 55.01 | 63.89 | 17.02 | - |
| YUV | 200.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 80 | 0 | 0.03 | 0.64 | 0.14 | 57.43 | 0.67 | 0.59 |
| Hex | DC | D6 | 50 | 0 | 3 | 40 | E | 39 | 43 | 3B |
| Octal | 334 | 326 | 120 | 0 | 3 | 100 | 16 | 71 | 103 | 73 |
| Binary | 11011100 | 11010110 | 1010000 | 0 | 11 | 1000000 | 1110 | 111001 | 1000011 | 111011 |
Color Harmonies of #DCD650
Complementary color
Monochromatic Colors of #DCD650
Black with #DCD650
Text Example
Text Example
White with #DCD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD650; }
p { color: rgb(220,214,80); }
H1.HeaderClassName
{
color: #DCD650;
}
.AnyTagClassName
{
color: #DCD650;
}
</style>
background-color css
<style>
a { background-color: #DCD650; }
a { background-color: rgb(220,214,80); }
div.DivClassName
{
background-color: #DCD650;
}
.BgClassName
{
background-color: #DCD650;
}
</style>
border-color css
<style>
span { border-color: #DCD650; }
span { border-color: rgb(220,214,80); }
td.TdClassName
{
border-color: #DCD650;
}
.TagClassName
{
border-color: #DCD650;
}
</style>