Shades of Manz #DAD949
Tints of Manz #DAD949
RGB
CMYK
RGB Variations
Color information
#DAD949 (or 0xDAD949) is known color: Manz. HEX triplet: DA, D9 and 49. RGB value is (218,217,73). Sum of RGB (Red+Green+Blue) = 218+217+73=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD949 is #2526B6. Grayscale: #C9C9C9. Windows color (decimal): -2434743 or 4839898. OLE color: 4839898.
HSL color Cylindrical-coordinate representation of color #DAD949: hue angle of 59.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAD949 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 73 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.15 |
| HSL | 59.59º | 0.66% | 0.57% | - |
| HSV(B) | 59.59º | 0.67% | 0.85% | - |
| XYZ | 54.93 | 65.01 | 15.96 | - |
| YUV | 200.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 73 | 0 | 0.00 | 0.67 | 0.15 | 59.59 | 0.66 | 0.57 |
| Hex | DA | D9 | 49 | 0 | 0 | 43 | F | 3C | 42 | 39 |
| Octal | 332 | 331 | 111 | 0 | 0 | 103 | 17 | 74 | 102 | 71 |
| Binary | 11011010 | 11011001 | 1001001 | 0 | 0 | 1000011 | 1111 | 111100 | 1000010 | 111001 |
Color Harmonies of #DAD949
Complementary color
Monochromatic Colors of #DAD949
Black with #DAD949
Text Example
Text Example
White with #DAD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD949; }
p { color: rgb(218,217,73); }
H1.HeaderClassName
{
color: #DAD949;
}
.AnyTagClassName
{
color: #DAD949;
}
</style>
background-color css
<style>
a { background-color: #DAD949; }
a { background-color: rgb(218,217,73); }
div.DivClassName
{
background-color: #DAD949;
}
.BgClassName
{
background-color: #DAD949;
}
</style>
border-color css
<style>
span { border-color: #DAD949; }
span { border-color: rgb(218,217,73); }
td.TdClassName
{
border-color: #DAD949;
}
.TagClassName
{
border-color: #DAD949;
}
</style>