Shades of Manz #DCDA4D
Tints of Manz #DCDA4D
RGB
CMYK
RGB Variations
Color information
#DCDA4D (or 0xDCDA4D) is known color: Manz. HEX triplet: DC, DA and 4D. RGB value is (220,218,77). Sum of RGB (Red+Green+Blue) = 220+218+77=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA4D is #2325B2. Grayscale: #CBCBCB. Windows color (decimal): -2303411 or 5102300. OLE color: 5102300.
HSL color Cylindrical-coordinate representation of color #DCDA4D: hue angle of 59.16º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCDA4D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 77 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.14 |
| HSL | 59.16º | 0.67% | 0.58% | - |
| HSV(B) | 59.16º | 0.65% | 0.86% | - |
| XYZ | 55.93 | 65.89 | 16.79 | - |
| YUV | 202.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 77 | 0 | 0.01 | 0.65 | 0.14 | 59.16 | 0.67 | 0.58 |
| Hex | DC | DA | 4D | 0 | 1 | 41 | E | 3B | 43 | 3A |
| Octal | 334 | 332 | 115 | 0 | 1 | 101 | 16 | 73 | 103 | 72 |
| Binary | 11011100 | 11011010 | 1001101 | 0 | 1 | 1000001 | 1110 | 111011 | 1000011 | 111010 |
Color Harmonies of #DCDA4D
Complementary color
Monochromatic Colors of #DCDA4D
Black with #DCDA4D
Text Example
Text Example
White with #DCDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA4D; }
p { color: rgb(220,218,77); }
H1.HeaderClassName
{
color: #DCDA4D;
}
.AnyTagClassName
{
color: #DCDA4D;
}
</style>
background-color css
<style>
a { background-color: #DCDA4D; }
a { background-color: rgb(220,218,77); }
div.DivClassName
{
background-color: #DCDA4D;
}
.BgClassName
{
background-color: #DCDA4D;
}
</style>
border-color css
<style>
span { border-color: #DCDA4D; }
span { border-color: rgb(220,218,77); }
td.TdClassName
{
border-color: #DCDA4D;
}
.TagClassName
{
border-color: #DCDA4D;
}
</style>