Shades of Manz #DCDA60
Tints of Manz #DCDA60
RGB
CMYK
RGB Variations
Color information
#DCDA60 (or 0xDCDA60) is known color: Manz. HEX triplet: DC, DA and 60. RGB value is (220,218,96). Sum of RGB (Red+Green+Blue) = 220+218+96=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA60 is #23259F. Grayscale: #CDCDCD. Windows color (decimal): -2303392 or 6347484. OLE color: 6347484.
HSL color Cylindrical-coordinate representation of color #DCDA60: hue angle of 59.03º 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 #DCDA60 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 96 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.14 |
| HSL | 59.03º | 0.64% | 0.62% | - |
| HSV(B) | 59.03º | 0.56% | 0.86% | - |
| XYZ | 56.7 | 66.2 | 20.86 | - |
| YUV | 204.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 96 | 0 | 0.01 | 0.56 | 0.14 | 59.03 | 0.64 | 0.62 |
| Hex | DC | DA | 60 | 0 | 1 | 38 | E | 3B | 40 | 3E |
| Octal | 334 | 332 | 140 | 0 | 1 | 70 | 16 | 73 | 100 | 76 |
| Binary | 11011100 | 11011010 | 1100000 | 0 | 1 | 111000 | 1110 | 111011 | 1000000 | 111110 |
Color Harmonies of #DCDA60
Complementary color
Monochromatic Colors of #DCDA60
Black with #DCDA60
Text Example
Text Example
White with #DCDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA60; }
p { color: rgb(220,218,96); }
H1.HeaderClassName
{
color: #DCDA60;
}
.AnyTagClassName
{
color: #DCDA60;
}
</style>
background-color css
<style>
a { background-color: #DCDA60; }
a { background-color: rgb(220,218,96); }
div.DivClassName
{
background-color: #DCDA60;
}
.BgClassName
{
background-color: #DCDA60;
}
</style>
border-color css
<style>
span { border-color: #DCDA60; }
span { border-color: rgb(220,218,96); }
td.TdClassName
{
border-color: #DCDA60;
}
.TagClassName
{
border-color: #DCDA60;
}
</style>