Shades of Manz #DAD859
Tints of Manz #DAD859
RGB
CMYK
RGB Variations
Color information
#DAD859 (or 0xDAD859) is known color: Manz. HEX triplet: DA, D8 and 59. RGB value is (218,216,89). Sum of RGB (Red+Green+Blue) = 218+216+89=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD859 is #2527A6. Grayscale: #CACACA. Windows color (decimal): -2434983 or 5888218. OLE color: 5888218.
HSL color Cylindrical-coordinate representation of color #DAD859: hue angle of 59.07º 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 #DAD859 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 89 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.15 |
| HSL | 59.07º | 0.64% | 0.6% | - |
| HSV(B) | 59.07º | 0.59% | 0.85% | - |
| XYZ | 55.27 | 64.74 | 19.03 | - |
| YUV | 202.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 89 | 0 | 0.01 | 0.59 | 0.15 | 59.07 | 0.64 | 0.6 |
| Hex | DA | D8 | 59 | 0 | 1 | 3B | F | 3B | 40 | 3C |
| Octal | 332 | 330 | 131 | 0 | 1 | 73 | 17 | 73 | 100 | 74 |
| Binary | 11011010 | 11011000 | 1011001 | 0 | 1 | 111011 | 1111 | 111011 | 1000000 | 111100 |
Color Harmonies of #DAD859
Complementary color
Monochromatic Colors of #DAD859
Black with #DAD859
Text Example
Text Example
White with #DAD859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD859; }
p { color: rgb(218,216,89); }
H1.HeaderClassName
{
color: #DAD859;
}
.AnyTagClassName
{
color: #DAD859;
}
</style>
background-color css
<style>
a { background-color: #DAD859; }
a { background-color: rgb(218,216,89); }
div.DivClassName
{
background-color: #DAD859;
}
.BgClassName
{
background-color: #DAD859;
}
</style>
border-color css
<style>
span { border-color: #DAD859; }
span { border-color: rgb(218,216,89); }
td.TdClassName
{
border-color: #DAD859;
}
.TagClassName
{
border-color: #DAD859;
}
</style>