Shades of Manz #DCD951
Tints of Manz #DCD951
RGB
CMYK
RGB Variations
Color information
#DCD951 (or 0xDCD951) is known color: Manz. HEX triplet: DC, D9 and 51. RGB value is (220,217,81). Sum of RGB (Red+Green+Blue) = 220+217+81=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD951 is #2326AE. Grayscale: #CACACA. Windows color (decimal): -2303663 or 5364188. OLE color: 5364188.
HSL color Cylindrical-coordinate representation of color #DCD951: 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.63%. Process color model (Four color, CMYK) of #DCD951 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 81 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.14 |
| HSL | 58.71º | 0.67% | 0.59% | - |
| HSV(B) | 58.71º | 0.63% | 0.86% | - |
| XYZ | 55.81 | 65.44 | 17.47 | - |
| YUV | 202.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 81 | 0 | 0.01 | 0.63 | 0.14 | 58.71 | 0.67 | 0.59 |
| Hex | DC | D9 | 51 | 0 | 1 | 3F | E | 3B | 43 | 3B |
| Octal | 334 | 331 | 121 | 0 | 1 | 77 | 16 | 73 | 103 | 73 |
| Binary | 11011100 | 11011001 | 1010001 | 0 | 1 | 111111 | 1110 | 111011 | 1000011 | 111011 |
Color Harmonies of #DCD951
Complementary color
Monochromatic Colors of #DCD951
Black with #DCD951
Text Example
Text Example
White with #DCD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD951; }
p { color: rgb(220,217,81); }
H1.HeaderClassName
{
color: #DCD951;
}
.AnyTagClassName
{
color: #DCD951;
}
</style>
background-color css
<style>
a { background-color: #DCD951; }
a { background-color: rgb(220,217,81); }
div.DivClassName
{
background-color: #DCD951;
}
.BgClassName
{
background-color: #DCD951;
}
</style>
border-color css
<style>
span { border-color: #DCD951; }
span { border-color: rgb(220,217,81); }
td.TdClassName
{
border-color: #DCD951;
}
.TagClassName
{
border-color: #DCD951;
}
</style>