Shades of Manz #DAD356
Tints of Manz #DAD356
RGB
CMYK
RGB Variations
Color information
#DAD356 (or 0xDAD356) is known color: Manz. HEX triplet: DA, D3 and 56. RGB value is (218,211,86). Sum of RGB (Red+Green+Blue) = 218+211+86=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD356 is #252CA9. Grayscale: #C7C7C7. Windows color (decimal): -2436266 or 5690330. OLE color: 5690330.
HSL color Cylindrical-coordinate representation of color #DAD356: hue angle of 56.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAD356 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 86 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.15 |
| HSL | 56.82º | 0.64% | 0.6% | - |
| HSV(B) | 56.82º | 0.61% | 0.85% | - |
| XYZ | 53.89 | 62.17 | 17.96 | - |
| YUV | 198.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 86 | 0 | 0.03 | 0.61 | 0.15 | 56.82 | 0.64 | 0.6 |
| Hex | DA | D3 | 56 | 0 | 3 | 3D | F | 39 | 40 | 3C |
| Octal | 332 | 323 | 126 | 0 | 3 | 75 | 17 | 71 | 100 | 74 |
| Binary | 11011010 | 11010011 | 1010110 | 0 | 11 | 111101 | 1111 | 111001 | 1000000 | 111100 |
Color Harmonies of #DAD356
Complementary color
Monochromatic Colors of #DAD356
Black with #DAD356
Text Example
Text Example
White with #DAD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD356; }
p { color: rgb(218,211,86); }
H1.HeaderClassName
{
color: #DAD356;
}
.AnyTagClassName
{
color: #DAD356;
}
</style>
background-color css
<style>
a { background-color: #DAD356; }
a { background-color: rgb(218,211,86); }
div.DivClassName
{
background-color: #DAD356;
}
.BgClassName
{
background-color: #DAD356;
}
</style>
border-color css
<style>
span { border-color: #DAD356; }
span { border-color: rgb(218,211,86); }
td.TdClassName
{
border-color: #DAD356;
}
.TagClassName
{
border-color: #DAD356;
}
</style>