Shades of Manz #DACC5E
Tints of Manz #DACC5E
RGB
CMYK
RGB Variations
Color information
#DACC5E (or 0xDACC5E) is known color: Manz. HEX triplet: DA, CC and 5E. RGB value is (218,204,94). Sum of RGB (Red+Green+Blue) = 218+204+94=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC5E is #2533A1. Grayscale: #C4C4C4. Windows color (decimal): -2438050 or 6212826. OLE color: 6212826.
HSL color Cylindrical-coordinate representation of color #DACC5E: hue angle of 53.23º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DACC5E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 94 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.15 |
| HSL | 53.23º | 0.63% | 0.61% | - |
| HSV(B) | 53.23º | 0.57% | 0.85% | - |
| XYZ | 52.53 | 58.9 | 19.19 | - |
| YUV | 195.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 94 | 0 | 0.06 | 0.57 | 0.15 | 53.23 | 0.63 | 0.61 |
| Hex | DA | CC | 5E | 0 | 6 | 39 | F | 35 | 3F | 3D |
| Octal | 332 | 314 | 136 | 0 | 6 | 71 | 17 | 65 | 77 | 75 |
| Binary | 11011010 | 11001100 | 1011110 | 0 | 110 | 111001 | 1111 | 110101 | 111111 | 111101 |
Color Harmonies of #DACC5E
Complementary color
Monochromatic Colors of #DACC5E
Black with #DACC5E
Text Example
Text Example
White with #DACC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC5E; }
p { color: rgb(218,204,94); }
H1.HeaderClassName
{
color: #DACC5E;
}
.AnyTagClassName
{
color: #DACC5E;
}
</style>
background-color css
<style>
a { background-color: #DACC5E; }
a { background-color: rgb(218,204,94); }
div.DivClassName
{
background-color: #DACC5E;
}
.BgClassName
{
background-color: #DACC5E;
}
</style>
border-color css
<style>
span { border-color: #DACC5E; }
span { border-color: rgb(218,204,94); }
td.TdClassName
{
border-color: #DACC5E;
}
.TagClassName
{
border-color: #DACC5E;
}
</style>