Shades of Manz #DAD355
Tints of Manz #DAD355
RGB
CMYK
RGB Variations
Color information
#DAD355 (or 0xDAD355) is known color: Manz. HEX triplet: DA, D3 and 55. RGB value is (218,211,85). Sum of RGB (Red+Green+Blue) = 218+211+85=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD355 is #252CAA. Grayscale: #C7C7C7. Windows color (decimal): -2436267 or 5624794. OLE color: 5624794.
HSL color Cylindrical-coordinate representation of color #DAD355: hue angle of 56.84º 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 #DAD355 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 85 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.15 |
| HSL | 56.84º | 0.64% | 0.59% | - |
| HSV(B) | 56.84º | 0.61% | 0.85% | - |
| XYZ | 53.85 | 62.15 | 17.75 | - |
| YUV | 198.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 85 | 0 | 0.03 | 0.61 | 0.15 | 56.84 | 0.64 | 0.59 |
| Hex | DA | D3 | 55 | 0 | 3 | 3D | F | 39 | 40 | 3B |
| Octal | 332 | 323 | 125 | 0 | 3 | 75 | 17 | 71 | 100 | 73 |
| Binary | 11011010 | 11010011 | 1010101 | 0 | 11 | 111101 | 1111 | 111001 | 1000000 | 111011 |
Color Harmonies of #DAD355
Complementary color
Monochromatic Colors of #DAD355
Black with #DAD355
Text Example
Text Example
White with #DAD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD355; }
p { color: rgb(218,211,85); }
H1.HeaderClassName
{
color: #DAD355;
}
.AnyTagClassName
{
color: #DAD355;
}
</style>
background-color css
<style>
a { background-color: #DAD355; }
a { background-color: rgb(218,211,85); }
div.DivClassName
{
background-color: #DAD355;
}
.BgClassName
{
background-color: #DAD355;
}
</style>
border-color css
<style>
span { border-color: #DAD355; }
span { border-color: rgb(218,211,85); }
td.TdClassName
{
border-color: #DAD355;
}
.TagClassName
{
border-color: #DAD355;
}
</style>