Shades of Manz #DAD358
Tints of Manz #DAD358
RGB
CMYK
RGB Variations
Color information
#DAD358 (or 0xDAD358) is known color: Manz. HEX triplet: DA, D3 and 58. RGB value is (218,211,88). Sum of RGB (Red+Green+Blue) = 218+211+88=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD358 is #252CA7. Grayscale: #C7C7C7. Windows color (decimal): -2436264 or 5821402. OLE color: 5821402.
HSL color Cylindrical-coordinate representation of color #DAD358: hue angle of 56.77º 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 #DAD358 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 88 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.15 |
| HSL | 56.77º | 0.64% | 0.6% | - |
| HSV(B) | 56.77º | 0.6% | 0.85% | - |
| XYZ | 53.97 | 62.2 | 18.39 | - |
| YUV | 199.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 88 | 0 | 0.03 | 0.60 | 0.15 | 56.77 | 0.64 | 0.6 |
| Hex | DA | D3 | 58 | 0 | 3 | 3C | F | 39 | 40 | 3C |
| Octal | 332 | 323 | 130 | 0 | 3 | 74 | 17 | 71 | 100 | 74 |
| Binary | 11011010 | 11010011 | 1011000 | 0 | 11 | 111100 | 1111 | 111001 | 1000000 | 111100 |
Color Harmonies of #DAD358
Complementary color
Monochromatic Colors of #DAD358
Black with #DAD358
Text Example
Text Example
White with #DAD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD358; }
p { color: rgb(218,211,88); }
H1.HeaderClassName
{
color: #DAD358;
}
.AnyTagClassName
{
color: #DAD358;
}
</style>
background-color css
<style>
a { background-color: #DAD358; }
a { background-color: rgb(218,211,88); }
div.DivClassName
{
background-color: #DAD358;
}
.BgClassName
{
background-color: #DAD358;
}
</style>
border-color css
<style>
span { border-color: #DAD358; }
span { border-color: rgb(218,211,88); }
td.TdClassName
{
border-color: #DAD358;
}
.TagClassName
{
border-color: #DAD358;
}
</style>