Shades of Manz #DAD955
Tints of Manz #DAD955
RGB
CMYK
RGB Variations
Color information
#DAD955 (or 0xDAD955) is known color: Manz. HEX triplet: DA, D9 and 55. RGB value is (218,217,85). Sum of RGB (Red+Green+Blue) = 218+217+85=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD955 is #2526AA. Grayscale: #CACACA. Windows color (decimal): -2434731 or 5626330. OLE color: 5626330.
HSL color Cylindrical-coordinate representation of color #DAD955: hue angle of 59.55º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAD955 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 85 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.15 |
| HSL | 59.55º | 0.64% | 0.59% | - |
| HSV(B) | 59.55º | 0.61% | 0.85% | - |
| XYZ | 55.37 | 65.19 | 18.26 | - |
| YUV | 202.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 85 | 0 | 0.00 | 0.61 | 0.15 | 59.55 | 0.64 | 0.59 |
| Hex | DA | D9 | 55 | 0 | 0 | 3D | F | 3C | 40 | 3B |
| Octal | 332 | 331 | 125 | 0 | 0 | 75 | 17 | 74 | 100 | 73 |
| Binary | 11011010 | 11011001 | 1010101 | 0 | 0 | 111101 | 1111 | 111100 | 1000000 | 111011 |
Color Harmonies of #DAD955
Complementary color
Monochromatic Colors of #DAD955
Black with #DAD955
Text Example
Text Example
White with #DAD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD955; }
p { color: rgb(218,217,85); }
H1.HeaderClassName
{
color: #DAD955;
}
.AnyTagClassName
{
color: #DAD955;
}
</style>
background-color css
<style>
a { background-color: #DAD955; }
a { background-color: rgb(218,217,85); }
div.DivClassName
{
background-color: #DAD955;
}
.BgClassName
{
background-color: #DAD955;
}
</style>
border-color css
<style>
span { border-color: #DAD955; }
span { border-color: rgb(218,217,85); }
td.TdClassName
{
border-color: #DAD955;
}
.TagClassName
{
border-color: #DAD955;
}
</style>