Shades of Manz #DACB5C
Tints of Manz #DACB5C
RGB
CMYK
RGB Variations
Color information
#DACB5C (or 0xDACB5C) is known color: Manz. HEX triplet: DA, CB and 5C. RGB value is (218,203,92). Sum of RGB (Red+Green+Blue) = 218+203+92=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB5C is #2534A3. Grayscale: #C3C3C3. Windows color (decimal): -2438308 or 6081498. OLE color: 6081498.
HSL color Cylindrical-coordinate representation of color #DACB5C: hue angle of 52.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DACB5C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 92 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.15 |
| HSL | 52.86º | 0.63% | 0.61% | - |
| HSV(B) | 52.86º | 0.58% | 0.85% | - |
| XYZ | 52.2 | 58.39 | 18.64 | - |
| YUV | 194.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 92 | 0 | 0.07 | 0.58 | 0.15 | 52.86 | 0.63 | 0.61 |
| Hex | DA | CB | 5C | 0 | 7 | 3A | F | 35 | 3F | 3D |
| Octal | 332 | 313 | 134 | 0 | 7 | 72 | 17 | 65 | 77 | 75 |
| Binary | 11011010 | 11001011 | 1011100 | 0 | 111 | 111010 | 1111 | 110101 | 111111 | 111101 |
Color Harmonies of #DACB5C
Complementary color
Monochromatic Colors of #DACB5C
Black with #DACB5C
Text Example
Text Example
White with #DACB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB5C; }
p { color: rgb(218,203,92); }
H1.HeaderClassName
{
color: #DACB5C;
}
.AnyTagClassName
{
color: #DACB5C;
}
</style>
background-color css
<style>
a { background-color: #DACB5C; }
a { background-color: rgb(218,203,92); }
div.DivClassName
{
background-color: #DACB5C;
}
.BgClassName
{
background-color: #DACB5C;
}
</style>
border-color css
<style>
span { border-color: #DACB5C; }
span { border-color: rgb(218,203,92); }
td.TdClassName
{
border-color: #DACB5C;
}
.TagClassName
{
border-color: #DACB5C;
}
</style>