Shades of Manz #DAD256
Tints of Manz #DAD256
RGB
CMYK
RGB Variations
Color information
#DAD256 (or 0xDAD256) is known color: Manz. HEX triplet: DA, D2 and 56. RGB value is (218,210,86). Sum of RGB (Red+Green+Blue) = 218+210+86=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD256 is #252DA9. Grayscale: #C6C6C6. Windows color (decimal): -2436522 or 5690074. OLE color: 5690074.
HSL color Cylindrical-coordinate representation of color #DAD256: hue angle of 56.36º 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 #DAD256 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.15 |
| HSL | 56.36º | 0.64% | 0.6% | - |
| HSV(B) | 56.36º | 0.61% | 0.85% | - |
| XYZ | 53.64 | 61.67 | 17.88 | - |
| YUV | 198.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 86 | 0 | 0.04 | 0.61 | 0.15 | 56.36 | 0.64 | 0.6 |
| Hex | DA | D2 | 56 | 0 | 4 | 3D | F | 38 | 40 | 3C |
| Octal | 332 | 322 | 126 | 0 | 4 | 75 | 17 | 70 | 100 | 74 |
| Binary | 11011010 | 11010010 | 1010110 | 0 | 100 | 111101 | 1111 | 111000 | 1000000 | 111100 |
Color Harmonies of #DAD256
Complementary color
Monochromatic Colors of #DAD256
Black with #DAD256
Text Example
Text Example
White with #DAD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD256; }
p { color: rgb(218,210,86); }
H1.HeaderClassName
{
color: #DAD256;
}
.AnyTagClassName
{
color: #DAD256;
}
</style>
background-color css
<style>
a { background-color: #DAD256; }
a { background-color: rgb(218,210,86); }
div.DivClassName
{
background-color: #DAD256;
}
.BgClassName
{
background-color: #DAD256;
}
</style>
border-color css
<style>
span { border-color: #DAD256; }
span { border-color: rgb(218,210,86); }
td.TdClassName
{
border-color: #DAD256;
}
.TagClassName
{
border-color: #DAD256;
}
</style>