Shades of Manz #DCDA49
Tints of Manz #DCDA49
RGB
CMYK
RGB Variations
Color information
#DCDA49 (or 0xDCDA49) is known color: Manz. HEX triplet: DC, DA and 49. RGB value is (220,218,73). Sum of RGB (Red+Green+Blue) = 220+218+73=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA49 is #2325B6. Grayscale: #CACACA. Windows color (decimal): -2303415 or 4840156. OLE color: 4840156.
HSL color Cylindrical-coordinate representation of color #DCDA49: hue angle of 59.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCDA49 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 73 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.14 |
| HSL | 59.18º | 0.68% | 0.57% | - |
| HSV(B) | 59.18º | 0.67% | 0.86% | - |
| XYZ | 55.79 | 65.84 | 16.07 | - |
| YUV | 202.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 73 | 0 | 0.01 | 0.67 | 0.14 | 59.18 | 0.68 | 0.57 |
| Hex | DC | DA | 49 | 0 | 1 | 43 | E | 3B | 44 | 39 |
| Octal | 334 | 332 | 111 | 0 | 1 | 103 | 16 | 73 | 104 | 71 |
| Binary | 11011100 | 11011010 | 1001001 | 0 | 1 | 1000011 | 1110 | 111011 | 1000100 | 111001 |
Color Harmonies of #DCDA49
Complementary color
Monochromatic Colors of #DCDA49
Black with #DCDA49
Text Example
Text Example
White with #DCDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA49; }
p { color: rgb(220,218,73); }
H1.HeaderClassName
{
color: #DCDA49;
}
.AnyTagClassName
{
color: #DCDA49;
}
</style>
background-color css
<style>
a { background-color: #DCDA49; }
a { background-color: rgb(220,218,73); }
div.DivClassName
{
background-color: #DCDA49;
}
.BgClassName
{
background-color: #DCDA49;
}
</style>
border-color css
<style>
span { border-color: #DCDA49; }
span { border-color: rgb(220,218,73); }
td.TdClassName
{
border-color: #DCDA49;
}
.TagClassName
{
border-color: #DCDA49;
}
</style>