Shades of Manz #DCCD59
Tints of Manz #DCCD59
RGB
CMYK
RGB Variations
Color information
#DCCD59 (or 0xDCCD59) is known color: Manz. HEX triplet: DC, CD and 59. RGB value is (220,205,89). Sum of RGB (Red+Green+Blue) = 220+205+89=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD59 is #2332A6. Grayscale: #C4C4C4. Windows color (decimal): -2306727 or 5885404. OLE color: 5885404.
HSL color Cylindrical-coordinate representation of color #DCCD59: hue angle of 53.13º 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 #DCCD59 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 89 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.14 |
| HSL | 53.13º | 0.65% | 0.61% | - |
| HSV(B) | 53.13º | 0.6% | 0.86% | - |
| XYZ | 53.15 | 59.6 | 18.15 | - |
| YUV | 196.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 89 | 0 | 0.07 | 0.60 | 0.14 | 53.13 | 0.65 | 0.61 |
| Hex | DC | CD | 59 | 0 | 7 | 3C | E | 35 | 41 | 3D |
| Octal | 334 | 315 | 131 | 0 | 7 | 74 | 16 | 65 | 101 | 75 |
| Binary | 11011100 | 11001101 | 1011001 | 0 | 111 | 111100 | 1110 | 110101 | 1000001 | 111101 |
Color Harmonies of #DCCD59
Complementary color
Monochromatic Colors of #DCCD59
Black with #DCCD59
Text Example
Text Example
White with #DCCD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD59; }
p { color: rgb(220,205,89); }
H1.HeaderClassName
{
color: #DCCD59;
}
.AnyTagClassName
{
color: #DCCD59;
}
</style>
background-color css
<style>
a { background-color: #DCCD59; }
a { background-color: rgb(220,205,89); }
div.DivClassName
{
background-color: #DCCD59;
}
.BgClassName
{
background-color: #DCCD59;
}
</style>
border-color css
<style>
span { border-color: #DCCD59; }
span { border-color: rgb(220,205,89); }
td.TdClassName
{
border-color: #DCCD59;
}
.TagClassName
{
border-color: #DCCD59;
}
</style>