Shades of Manz #DCDA4C
Tints of Manz #DCDA4C
RGB
CMYK
RGB Variations
Color information
#DCDA4C (or 0xDCDA4C) is known color: Manz. HEX triplet: DC, DA and 4C. RGB value is (220,218,76). Sum of RGB (Red+Green+Blue) = 220+218+76=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA4C is #2325B3. Grayscale: #CACACA. Windows color (decimal): -2303412 or 5036764. OLE color: 5036764.
HSL color Cylindrical-coordinate representation of color #DCDA4C: hue angle of 59.17º 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 #DCDA4C is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 76 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.14 |
| HSL | 59.17º | 0.67% | 0.58% | - |
| HSV(B) | 59.17º | 0.65% | 0.86% | - |
| XYZ | 55.89 | 65.88 | 16.61 | - |
| YUV | 202.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 76 | 0 | 0.01 | 0.65 | 0.14 | 59.17 | 0.67 | 0.58 |
| Hex | DC | DA | 4C | 0 | 1 | 41 | E | 3B | 43 | 3A |
| Octal | 334 | 332 | 114 | 0 | 1 | 101 | 16 | 73 | 103 | 72 |
| Binary | 11011100 | 11011010 | 1001100 | 0 | 1 | 1000001 | 1110 | 111011 | 1000011 | 111010 |
Color Harmonies of #DCDA4C
Complementary color
Monochromatic Colors of #DCDA4C
Black with #DCDA4C
Text Example
Text Example
White with #DCDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA4C; }
p { color: rgb(220,218,76); }
H1.HeaderClassName
{
color: #DCDA4C;
}
.AnyTagClassName
{
color: #DCDA4C;
}
</style>
background-color css
<style>
a { background-color: #DCDA4C; }
a { background-color: rgb(220,218,76); }
div.DivClassName
{
background-color: #DCDA4C;
}
.BgClassName
{
background-color: #DCDA4C;
}
</style>
border-color css
<style>
span { border-color: #DCDA4C; }
span { border-color: rgb(220,218,76); }
td.TdClassName
{
border-color: #DCDA4C;
}
.TagClassName
{
border-color: #DCDA4C;
}
</style>