Shades of Manz #DACD60
Tints of Manz #DACD60
RGB
CMYK
RGB Variations
Color information
#DACD60 (or 0xDACD60) is known color: Manz. HEX triplet: DA, CD and 60. RGB value is (218,205,96). Sum of RGB (Red+Green+Blue) = 218+205+96=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD60 is #25329F. Grayscale: #C4C4C4. Windows color (decimal): -2437792 or 6344154. OLE color: 6344154.
HSL color Cylindrical-coordinate representation of color #DACD60: hue angle of 53.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DACD60 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 96 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.15 |
| HSL | 53.61º | 0.62% | 0.62% | - |
| HSV(B) | 53.61º | 0.56% | 0.85% | - |
| XYZ | 52.86 | 59.41 | 19.75 | - |
| YUV | 196.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 96 | 0 | 0.06 | 0.56 | 0.15 | 53.61 | 0.62 | 0.62 |
| Hex | DA | CD | 60 | 0 | 6 | 38 | F | 36 | 3E | 3E |
| Octal | 332 | 315 | 140 | 0 | 6 | 70 | 17 | 66 | 76 | 76 |
| Binary | 11011010 | 11001101 | 1100000 | 0 | 110 | 111000 | 1111 | 110110 | 111110 | 111110 |
Color Harmonies of #DACD60
Complementary color
Monochromatic Colors of #DACD60
Black with #DACD60
Text Example
Text Example
White with #DACD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD60; }
p { color: rgb(218,205,96); }
H1.HeaderClassName
{
color: #DACD60;
}
.AnyTagClassName
{
color: #DACD60;
}
</style>
background-color css
<style>
a { background-color: #DACD60; }
a { background-color: rgb(218,205,96); }
div.DivClassName
{
background-color: #DACD60;
}
.BgClassName
{
background-color: #DACD60;
}
</style>
border-color css
<style>
span { border-color: #DACD60; }
span { border-color: rgb(218,205,96); }
td.TdClassName
{
border-color: #DACD60;
}
.TagClassName
{
border-color: #DACD60;
}
</style>