Shades of Manz #DAD94A
Tints of Manz #DAD94A
RGB
CMYK
RGB Variations
Color information
#DAD94A (or 0xDAD94A) is known color: Manz. HEX triplet: DA, D9 and 4A. RGB value is (218,217,74). Sum of RGB (Red+Green+Blue) = 218+217+74=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD94A is #2526B5. Grayscale: #C9C9C9. Windows color (decimal): -2434742 or 4905434. OLE color: 4905434.
HSL color Cylindrical-coordinate representation of color #DAD94A: hue angle of 59.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAD94A is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 74 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.15 |
| HSL | 59.58º | 0.66% | 0.57% | - |
| HSV(B) | 59.58º | 0.66% | 0.85% | - |
| XYZ | 54.96 | 65.03 | 16.13 | - |
| YUV | 201 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 74 | 0 | 0.00 | 0.66 | 0.15 | 59.58 | 0.66 | 0.57 |
| Hex | DA | D9 | 4A | 0 | 0 | 42 | F | 3C | 42 | 39 |
| Octal | 332 | 331 | 112 | 0 | 0 | 102 | 17 | 74 | 102 | 71 |
| Binary | 11011010 | 11011001 | 1001010 | 0 | 0 | 1000010 | 1111 | 111100 | 1000010 | 111001 |
Color Harmonies of #DAD94A
Complementary color
Monochromatic Colors of #DAD94A
Black with #DAD94A
Text Example
Text Example
White with #DAD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD94A; }
p { color: rgb(218,217,74); }
H1.HeaderClassName
{
color: #DAD94A;
}
.AnyTagClassName
{
color: #DAD94A;
}
</style>
background-color css
<style>
a { background-color: #DAD94A; }
a { background-color: rgb(218,217,74); }
div.DivClassName
{
background-color: #DAD94A;
}
.BgClassName
{
background-color: #DAD94A;
}
</style>
border-color css
<style>
span { border-color: #DAD94A; }
span { border-color: rgb(218,217,74); }
td.TdClassName
{
border-color: #DAD94A;
}
.TagClassName
{
border-color: #DAD94A;
}
</style>