Shades of Manz #DCD959
Tints of Manz #DCD959
RGB
CMYK
RGB Variations
Color information
#DCD959 (or 0xDCD959) is known color: Manz. HEX triplet: DC, D9 and 59. RGB value is (220,217,89). Sum of RGB (Red+Green+Blue) = 220+217+89=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD959 is #2326A6. Grayscale: #CBCBCB. Windows color (decimal): -2303655 or 5888476. OLE color: 5888476.
HSL color Cylindrical-coordinate representation of color #DCD959: hue angle of 58.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD959 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 89 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.14 |
| HSL | 58.63º | 0.65% | 0.61% | - |
| HSV(B) | 58.63º | 0.6% | 0.86% | - |
| XYZ | 56.13 | 65.56 | 19.15 | - |
| YUV | 203.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 89 | 0 | 0.01 | 0.60 | 0.14 | 58.63 | 0.65 | 0.61 |
| Hex | DC | D9 | 59 | 0 | 1 | 3C | E | 3B | 41 | 3D |
| Octal | 334 | 331 | 131 | 0 | 1 | 74 | 16 | 73 | 101 | 75 |
| Binary | 11011100 | 11011001 | 1011001 | 0 | 1 | 111100 | 1110 | 111011 | 1000001 | 111101 |
Color Harmonies of #DCD959
Complementary color
Monochromatic Colors of #DCD959
Black with #DCD959
Text Example
Text Example
White with #DCD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD959; }
p { color: rgb(220,217,89); }
H1.HeaderClassName
{
color: #DCD959;
}
.AnyTagClassName
{
color: #DCD959;
}
</style>
background-color css
<style>
a { background-color: #DCD959; }
a { background-color: rgb(220,217,89); }
div.DivClassName
{
background-color: #DCD959;
}
.BgClassName
{
background-color: #DCD959;
}
</style>
border-color css
<style>
span { border-color: #DCD959; }
span { border-color: rgb(220,217,89); }
td.TdClassName
{
border-color: #DCD959;
}
.TagClassName
{
border-color: #DCD959;
}
</style>