Shades of Manz #DACB5E
Tints of Manz #DACB5E
RGB
CMYK
RGB Variations
Color information
#DACB5E (or 0xDACB5E) is known color: Manz. HEX triplet: DA, CB and 5E. RGB value is (218,203,94). Sum of RGB (Red+Green+Blue) = 218+203+94=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB5E is #2534A1. Grayscale: #C3C3C3. Windows color (decimal): -2438306 or 6212570. OLE color: 6212570.
HSL color Cylindrical-coordinate representation of color #DACB5E: hue angle of 52.74º 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 #DACB5E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 94 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.15 |
| HSL | 52.74º | 0.63% | 0.61% | - |
| HSV(B) | 52.74º | 0.57% | 0.85% | - |
| XYZ | 52.29 | 58.43 | 19.11 | - |
| YUV | 195.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 94 | 0 | 0.07 | 0.57 | 0.15 | 52.74 | 0.63 | 0.61 |
| Hex | DA | CB | 5E | 0 | 7 | 39 | F | 35 | 3F | 3D |
| Octal | 332 | 313 | 136 | 0 | 7 | 71 | 17 | 65 | 77 | 75 |
| Binary | 11011010 | 11001011 | 1011110 | 0 | 111 | 111001 | 1111 | 110101 | 111111 | 111101 |
Color Harmonies of #DACB5E
Complementary color
Monochromatic Colors of #DACB5E
Black with #DACB5E
Text Example
Text Example
White with #DACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB5E; }
p { color: rgb(218,203,94); }
H1.HeaderClassName
{
color: #DACB5E;
}
.AnyTagClassName
{
color: #DACB5E;
}
</style>
background-color css
<style>
a { background-color: #DACB5E; }
a { background-color: rgb(218,203,94); }
div.DivClassName
{
background-color: #DACB5E;
}
.BgClassName
{
background-color: #DACB5E;
}
</style>
border-color css
<style>
span { border-color: #DACB5E; }
span { border-color: rgb(218,203,94); }
td.TdClassName
{
border-color: #DACB5E;
}
.TagClassName
{
border-color: #DACB5E;
}
</style>