Shades of Manz #DAD659
Tints of Manz #DAD659
RGB
CMYK
RGB Variations
Color information
#DAD659 (or 0xDAD659) is known color: Manz. HEX triplet: DA, D6 and 59. RGB value is (218,214,89). Sum of RGB (Red+Green+Blue) = 218+214+89=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD659 is #2529A6. Grayscale: #C9C9C9. Windows color (decimal): -2435495 or 5887706. OLE color: 5887706.
HSL color Cylindrical-coordinate representation of color #DAD659: hue angle of 58.14º 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 #DAD659 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 89 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.15 |
| HSL | 58.14º | 0.64% | 0.6% | - |
| HSV(B) | 58.14º | 0.59% | 0.85% | - |
| XYZ | 54.76 | 63.72 | 18.86 | - |
| YUV | 200.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 89 | 0 | 0.02 | 0.59 | 0.15 | 58.14 | 0.64 | 0.6 |
| Hex | DA | D6 | 59 | 0 | 2 | 3B | F | 3A | 40 | 3C |
| Octal | 332 | 326 | 131 | 0 | 2 | 73 | 17 | 72 | 100 | 74 |
| Binary | 11011010 | 11010110 | 1011001 | 0 | 10 | 111011 | 1111 | 111010 | 1000000 | 111100 |
Color Harmonies of #DAD659
Complementary color
Monochromatic Colors of #DAD659
Black with #DAD659
Text Example
Text Example
White with #DAD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD659; }
p { color: rgb(218,214,89); }
H1.HeaderClassName
{
color: #DAD659;
}
.AnyTagClassName
{
color: #DAD659;
}
</style>
background-color css
<style>
a { background-color: #DAD659; }
a { background-color: rgb(218,214,89); }
div.DivClassName
{
background-color: #DAD659;
}
.BgClassName
{
background-color: #DAD659;
}
</style>
border-color css
<style>
span { border-color: #DAD659; }
span { border-color: rgb(218,214,89); }
td.TdClassName
{
border-color: #DAD659;
}
.TagClassName
{
border-color: #DAD659;
}
</style>