Shades of Manz #DAD350
Tints of Manz #DAD350
RGB
CMYK
RGB Variations
Color information
#DAD350 (or 0xDAD350) is known color: Manz. HEX triplet: DA, D3 and 50. RGB value is (218,211,80). Sum of RGB (Red+Green+Blue) = 218+211+80=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD350 is #252CAF. Grayscale: #C6C6C6. Windows color (decimal): -2436272 or 5297114. OLE color: 5297114.
HSL color Cylindrical-coordinate representation of color #DAD350: hue angle of 56.96º 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 #DAD350 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 80 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.15 |
| HSL | 56.96º | 0.65% | 0.58% | - |
| HSV(B) | 56.96º | 0.63% | 0.85% | - |
| XYZ | 53.66 | 62.07 | 16.74 | - |
| YUV | 198.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 80 | 0 | 0.03 | 0.63 | 0.15 | 56.96 | 0.65 | 0.58 |
| Hex | DA | D3 | 50 | 0 | 3 | 3F | F | 39 | 41 | 3A |
| Octal | 332 | 323 | 120 | 0 | 3 | 77 | 17 | 71 | 101 | 72 |
| Binary | 11011010 | 11010011 | 1010000 | 0 | 11 | 111111 | 1111 | 111001 | 1000001 | 111010 |
Color Harmonies of #DAD350
Complementary color
Monochromatic Colors of #DAD350
Black with #DAD350
Text Example
Text Example
White with #DAD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD350; }
p { color: rgb(218,211,80); }
H1.HeaderClassName
{
color: #DAD350;
}
.AnyTagClassName
{
color: #DAD350;
}
</style>
background-color css
<style>
a { background-color: #DAD350; }
a { background-color: rgb(218,211,80); }
div.DivClassName
{
background-color: #DAD350;
}
.BgClassName
{
background-color: #DAD350;
}
</style>
border-color css
<style>
span { border-color: #DAD350; }
span { border-color: rgb(218,211,80); }
td.TdClassName
{
border-color: #DAD350;
}
.TagClassName
{
border-color: #DAD350;
}
</style>