Shades of Manz #DCDA50
Tints of Manz #DCDA50
RGB
CMYK
RGB Variations
Color information
#DCDA50 (or 0xDCDA50) is known color: Manz. HEX triplet: DC, DA and 50. RGB value is (220,218,80). Sum of RGB (Red+Green+Blue) = 220+218+80=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA50 is #2325AF. Grayscale: #CBCBCB. Windows color (decimal): -2303408 or 5298908. OLE color: 5298908.
HSL color Cylindrical-coordinate representation of color #DCDA50: hue angle of 59.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCDA50 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 80 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.14 |
| HSL | 59.14º | 0.67% | 0.59% | - |
| HSV(B) | 59.14º | 0.64% | 0.86% | - |
| XYZ | 56.03 | 65.94 | 17.36 | - |
| YUV | 202.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 80 | 0 | 0.01 | 0.64 | 0.14 | 59.14 | 0.67 | 0.59 |
| Hex | DC | DA | 50 | 0 | 1 | 40 | E | 3B | 43 | 3B |
| Octal | 334 | 332 | 120 | 0 | 1 | 100 | 16 | 73 | 103 | 73 |
| Binary | 11011100 | 11011010 | 1010000 | 0 | 1 | 1000000 | 1110 | 111011 | 1000011 | 111011 |
Color Harmonies of #DCDA50
Complementary color
Monochromatic Colors of #DCDA50
Black with #DCDA50
Text Example
Text Example
White with #DCDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA50; }
p { color: rgb(220,218,80); }
H1.HeaderClassName
{
color: #DCDA50;
}
.AnyTagClassName
{
color: #DCDA50;
}
</style>
background-color css
<style>
a { background-color: #DCDA50; }
a { background-color: rgb(220,218,80); }
div.DivClassName
{
background-color: #DCDA50;
}
.BgClassName
{
background-color: #DCDA50;
}
</style>
border-color css
<style>
span { border-color: #DCDA50; }
span { border-color: rgb(220,218,80); }
td.TdClassName
{
border-color: #DCDA50;
}
.TagClassName
{
border-color: #DCDA50;
}
</style>