Shades of Manz #DACC5D
Tints of Manz #DACC5D
RGB
CMYK
RGB Variations
Color information
#DACC5D (or 0xDACC5D) is known color: Manz. HEX triplet: DA, CC and 5D. RGB value is (218,204,93). Sum of RGB (Red+Green+Blue) = 218+204+93=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC5D is #2533A2. Grayscale: #C3C3C3. Windows color (decimal): -2438051 or 6147290. OLE color: 6147290.
HSL color Cylindrical-coordinate representation of color #DACC5D: hue angle of 53.28º 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 #DACC5D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 204 | 93 | - |
CMYK | 0 | 0.06 | 0.57 | 0.15 |
HSL | 53.28º | 0.63% | 0.61% | - |
HSV(B) | 53.28º | 0.57% | 0.85% | - |
XYZ | 52.48 | 58.88 | 18.96 | - |
YUV | 195.53 | 70.14 | 144.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 204 | 93 | 0 | 0.06 | 0.57 | 0.15 | 53.28 | 0.63 | 0.61 |
Hex | DA | CC | 5D | 0 | 6 | 39 | F | 35 | 3F | 3D |
Octal | 332 | 314 | 135 | 0 | 6 | 71 | 17 | 65 | 77 | 75 |
Binary | 11011010 | 11001100 | 1011101 | 0 | 110 | 111001 | 1111 | 110101 | 111111 | 111101 |
Color Harmonies of #DACC5D
Complementary color
Monochromatic Colors of #DACC5D
Black with #DACC5D
Text Example
Text Example
White with #DACC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC5D; }
p { color: rgb(218,204,93); }
H1.HeaderClassName
{
color: #DACC5D;
}
.AnyTagClassName
{
color: #DACC5D;
}
</style>
background-color css
<style>
a { background-color: #DACC5D; }
a { background-color: rgb(218,204,93); }
div.DivClassName
{
background-color: #DACC5D;
}
.BgClassName
{
background-color: #DACC5D;
}
</style>
border-color css
<style>
span { border-color: #DACC5D; }
span { border-color: rgb(218,204,93); }
td.TdClassName
{
border-color: #DACC5D;
}
.TagClassName
{
border-color: #DACC5D;
}
</style>