Shades of Manz #DAD257
Tints of Manz #DAD257
RGB
CMYK
RGB Variations
Color information
#DAD257 (or 0xDAD257) is known color: Manz. HEX triplet: DA, D2 and 57. RGB value is (218,210,87). Sum of RGB (Red+Green+Blue) = 218+210+87=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD257 is #252DA8. Grayscale: #C6C6C6. Windows color (decimal): -2436521 or 5755610. OLE color: 5755610.
HSL color Cylindrical-coordinate representation of color #DAD257: hue angle of 56.34º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAD257 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 87 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.15 |
| HSL | 56.34º | 0.64% | 0.6% | - |
| HSV(B) | 56.34º | 0.6% | 0.85% | - |
| XYZ | 53.68 | 61.69 | 18.09 | - |
| YUV | 198.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 87 | 0 | 0.04 | 0.60 | 0.15 | 56.34 | 0.64 | 0.6 |
| Hex | DA | D2 | 57 | 0 | 4 | 3C | F | 38 | 40 | 3C |
| Octal | 332 | 322 | 127 | 0 | 4 | 74 | 17 | 70 | 100 | 74 |
| Binary | 11011010 | 11010010 | 1010111 | 0 | 100 | 111100 | 1111 | 111000 | 1000000 | 111100 |
Color Harmonies of #DAD257
Complementary color
Monochromatic Colors of #DAD257
Black with #DAD257
Text Example
Text Example
White with #DAD257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD257; }
p { color: rgb(218,210,87); }
H1.HeaderClassName
{
color: #DAD257;
}
.AnyTagClassName
{
color: #DAD257;
}
</style>
background-color css
<style>
a { background-color: #DAD257; }
a { background-color: rgb(218,210,87); }
div.DivClassName
{
background-color: #DAD257;
}
.BgClassName
{
background-color: #DAD257;
}
</style>
border-color css
<style>
span { border-color: #DAD257; }
span { border-color: rgb(218,210,87); }
td.TdClassName
{
border-color: #DAD257;
}
.TagClassName
{
border-color: #DAD257;
}
</style>