Shades of Manz #DAD059
Tints of Manz #DAD059
RGB
CMYK
RGB Variations
Color information
#DAD059 (or 0xDAD059) is known color: Manz. HEX triplet: DA, D0 and 59. RGB value is (218,208,89). Sum of RGB (Red+Green+Blue) = 218+208+89=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD059 is #252FA6. Grayscale: #C5C5C5. Windows color (decimal): -2437031 or 5886170. OLE color: 5886170.
HSL color Cylindrical-coordinate representation of color #DAD059: hue angle of 55.35º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAD059 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 89 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.15 |
| HSL | 55.35º | 0.64% | 0.6% | - |
| HSV(B) | 55.35º | 0.59% | 0.85% | - |
| XYZ | 53.27 | 60.74 | 18.37 | - |
| YUV | 197.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 89 | 0 | 0.05 | 0.59 | 0.15 | 55.35 | 0.64 | 0.6 |
| Hex | DA | D0 | 59 | 0 | 5 | 3B | F | 37 | 40 | 3C |
| Octal | 332 | 320 | 131 | 0 | 5 | 73 | 17 | 67 | 100 | 74 |
| Binary | 11011010 | 11010000 | 1011001 | 0 | 101 | 111011 | 1111 | 110111 | 1000000 | 111100 |
Color Harmonies of #DAD059
Complementary color
Monochromatic Colors of #DAD059
Black with #DAD059
Text Example
Text Example
White with #DAD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD059; }
p { color: rgb(218,208,89); }
H1.HeaderClassName
{
color: #DAD059;
}
.AnyTagClassName
{
color: #DAD059;
}
</style>
background-color css
<style>
a { background-color: #DAD059; }
a { background-color: rgb(218,208,89); }
div.DivClassName
{
background-color: #DAD059;
}
.BgClassName
{
background-color: #DAD059;
}
</style>
border-color css
<style>
span { border-color: #DAD059; }
span { border-color: rgb(218,208,89); }
td.TdClassName
{
border-color: #DAD059;
}
.TagClassName
{
border-color: #DAD059;
}
</style>