Shades of Manz #DACD58
Tints of Manz #DACD58
RGB
CMYK
RGB Variations
Color information
#DACD58 (or 0xDACD58) is known color: Manz. HEX triplet: DA, CD and 58. RGB value is (218,205,88). Sum of RGB (Red+Green+Blue) = 218+205+88=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD58 is #2532A7. Grayscale: #C4C4C4. Windows color (decimal): -2437800 or 5819866. OLE color: 5819866.
HSL color Cylindrical-coordinate representation of color #DACD58: hue angle of 54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DACD58 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 88 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.15 |
| HSL | 54º | 0.64% | 0.6% | - |
| HSV(B) | 54º | 0.6% | 0.85% | - |
| XYZ | 52.51 | 59.27 | 17.91 | - |
| YUV | 195.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 88 | 0 | 0.06 | 0.60 | 0.15 | 54 | 0.64 | 0.6 |
| Hex | DA | CD | 58 | 0 | 6 | 3C | F | 36 | 40 | 3C |
| Octal | 332 | 315 | 130 | 0 | 6 | 74 | 17 | 66 | 100 | 74 |
| Binary | 11011010 | 11001101 | 1011000 | 0 | 110 | 111100 | 1111 | 110110 | 1000000 | 111100 |
Color Harmonies of #DACD58
Complementary color
Monochromatic Colors of #DACD58
Black with #DACD58
Text Example
Text Example
White with #DACD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD58; }
p { color: rgb(218,205,88); }
H1.HeaderClassName
{
color: #DACD58;
}
.AnyTagClassName
{
color: #DACD58;
}
</style>
background-color css
<style>
a { background-color: #DACD58; }
a { background-color: rgb(218,205,88); }
div.DivClassName
{
background-color: #DACD58;
}
.BgClassName
{
background-color: #DACD58;
}
</style>
border-color css
<style>
span { border-color: #DACD58; }
span { border-color: rgb(218,205,88); }
td.TdClassName
{
border-color: #DACD58;
}
.TagClassName
{
border-color: #DACD58;
}
</style>