Shades of Manz #DCDA61
Tints of Manz #DCDA61
RGB
CMYK
RGB Variations
Color information
#DCDA61 (or 0xDCDA61) is known color: Manz. HEX triplet: DC, DA and 61. RGB value is (220,218,97). Sum of RGB (Red+Green+Blue) = 220+218+97=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA61 is #23259E. Grayscale: #CDCDCD. Windows color (decimal): -2303391 or 6413020. OLE color: 6413020.
HSL color Cylindrical-coordinate representation of color #DCDA61: hue angle of 59.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCDA61 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 97 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.14 |
| HSL | 59.02º | 0.64% | 0.62% | - |
| HSV(B) | 59.02º | 0.56% | 0.86% | - |
| XYZ | 56.74 | 66.22 | 21.1 | - |
| YUV | 204.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 97 | 0 | 0.01 | 0.56 | 0.14 | 59.02 | 0.64 | 0.62 |
| Hex | DC | DA | 61 | 0 | 1 | 38 | E | 3B | 40 | 3E |
| Octal | 334 | 332 | 141 | 0 | 1 | 70 | 16 | 73 | 100 | 76 |
| Binary | 11011100 | 11011010 | 1100001 | 0 | 1 | 111000 | 1110 | 111011 | 1000000 | 111110 |
Color Harmonies of #DCDA61
Complementary color
Monochromatic Colors of #DCDA61
Black with #DCDA61
Text Example
Text Example
White with #DCDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA61; }
p { color: rgb(220,218,97); }
H1.HeaderClassName
{
color: #DCDA61;
}
.AnyTagClassName
{
color: #DCDA61;
}
</style>
background-color css
<style>
a { background-color: #DCDA61; }
a { background-color: rgb(220,218,97); }
div.DivClassName
{
background-color: #DCDA61;
}
.BgClassName
{
background-color: #DCDA61;
}
</style>
border-color css
<style>
span { border-color: #DCDA61; }
span { border-color: rgb(220,218,97); }
td.TdClassName
{
border-color: #DCDA61;
}
.TagClassName
{
border-color: #DCDA61;
}
</style>