Shades of Manz #DAD950
Tints of Manz #DAD950
RGB
CMYK
RGB Variations
Color information
#DAD950 (or 0xDAD950) is known color: Manz. HEX triplet: DA, D9 and 50. RGB value is (218,217,80). Sum of RGB (Red+Green+Blue) = 218+217+80=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD950 is #2526AF. Grayscale: #CACACA. Windows color (decimal): -2434736 or 5298650. OLE color: 5298650.
HSL color Cylindrical-coordinate representation of color #DAD950: hue angle of 59.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAD950 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 80 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.15 |
| HSL | 59.57º | 0.65% | 0.58% | - |
| HSV(B) | 59.57º | 0.63% | 0.85% | - |
| XYZ | 55.17 | 65.11 | 17.25 | - |
| YUV | 201.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 80 | 0 | 0.00 | 0.63 | 0.15 | 59.57 | 0.65 | 0.58 |
| Hex | DA | D9 | 50 | 0 | 0 | 3F | F | 3C | 41 | 3A |
| Octal | 332 | 331 | 120 | 0 | 0 | 77 | 17 | 74 | 101 | 72 |
| Binary | 11011010 | 11011001 | 1010000 | 0 | 0 | 111111 | 1111 | 111100 | 1000001 | 111010 |
Color Harmonies of #DAD950
Complementary color
Monochromatic Colors of #DAD950
Black with #DAD950
Text Example
Text Example
White with #DAD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD950; }
p { color: rgb(218,217,80); }
H1.HeaderClassName
{
color: #DAD950;
}
.AnyTagClassName
{
color: #DAD950;
}
</style>
background-color css
<style>
a { background-color: #DAD950; }
a { background-color: rgb(218,217,80); }
div.DivClassName
{
background-color: #DAD950;
}
.BgClassName
{
background-color: #DAD950;
}
</style>
border-color css
<style>
span { border-color: #DAD950; }
span { border-color: rgb(218,217,80); }
td.TdClassName
{
border-color: #DAD950;
}
.TagClassName
{
border-color: #DAD950;
}
</style>