Shades of Manz #DAD550
Tints of Manz #DAD550
RGB
CMYK
RGB Variations
Color information
#DAD550 (or 0xDAD550) is known color: Manz. HEX triplet: DA, D5 and 50. RGB value is (218,213,80). Sum of RGB (Red+Green+Blue) = 218+213+80=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD550 is #252AAF. Grayscale: #C7C7C7. Windows color (decimal): -2435760 or 5297626. OLE color: 5297626.
HSL color Cylindrical-coordinate representation of color #DAD550: hue angle of 57.83º 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 #DAD550 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 80 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.15 |
| HSL | 57.83º | 0.65% | 0.58% | - |
| HSV(B) | 57.83º | 0.63% | 0.85% | - |
| XYZ | 54.16 | 63.07 | 16.91 | - |
| YUV | 199.33 | 60.66 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 80 | 0 | 0.02 | 0.63 | 0.15 | 57.83 | 0.65 | 0.58 |
| Hex | DA | D5 | 50 | 0 | 2 | 3F | F | 3A | 41 | 3A |
| Octal | 332 | 325 | 120 | 0 | 2 | 77 | 17 | 72 | 101 | 72 |
| Binary | 11011010 | 11010101 | 1010000 | 0 | 10 | 111111 | 1111 | 111010 | 1000001 | 111010 |
Color Harmonies of #DAD550
Complementary color
Monochromatic Colors of #DAD550
Black with #DAD550
Text Example
Text Example
White with #DAD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD550; }
p { color: rgb(218,213,80); }
H1.HeaderClassName
{
color: #DAD550;
}
.AnyTagClassName
{
color: #DAD550;
}
</style>
background-color css
<style>
a { background-color: #DAD550; }
a { background-color: rgb(218,213,80); }
div.DivClassName
{
background-color: #DAD550;
}
.BgClassName
{
background-color: #DAD550;
}
</style>
border-color css
<style>
span { border-color: #DAD550; }
span { border-color: rgb(218,213,80); }
td.TdClassName
{
border-color: #DAD550;
}
.TagClassName
{
border-color: #DAD550;
}
</style>