Shades of Manz #DAD94D
Tints of Manz #DAD94D
RGB
CMYK
RGB Variations
Color information
#DAD94D (or 0xDAD94D) is known color: Manz. HEX triplet: DA, D9 and 4D. RGB value is (218,217,77). Sum of RGB (Red+Green+Blue) = 218+217+77=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD94D is #2526B2. Grayscale: #C9C9C9. Windows color (decimal): -2434739 or 5102042. OLE color: 5102042.
HSL color Cylindrical-coordinate representation of color #DAD94D: hue angle of 59.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAD94D is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 77 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.15 |
| HSL | 59.57º | 0.66% | 0.58% | - |
| HSV(B) | 59.57º | 0.65% | 0.85% | - |
| XYZ | 55.07 | 65.07 | 16.68 | - |
| YUV | 201.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 77 | 0 | 0.00 | 0.65 | 0.15 | 59.57 | 0.66 | 0.58 |
| Hex | DA | D9 | 4D | 0 | 0 | 41 | F | 3C | 42 | 3A |
| Octal | 332 | 331 | 115 | 0 | 0 | 101 | 17 | 74 | 102 | 72 |
| Binary | 11011010 | 11011001 | 1001101 | 0 | 0 | 1000001 | 1111 | 111100 | 1000010 | 111010 |
Color Harmonies of #DAD94D
Complementary color
Monochromatic Colors of #DAD94D
Black with #DAD94D
Text Example
Text Example
White with #DAD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD94D; }
p { color: rgb(218,217,77); }
H1.HeaderClassName
{
color: #DAD94D;
}
.AnyTagClassName
{
color: #DAD94D;
}
</style>
background-color css
<style>
a { background-color: #DAD94D; }
a { background-color: rgb(218,217,77); }
div.DivClassName
{
background-color: #DAD94D;
}
.BgClassName
{
background-color: #DAD94D;
}
</style>
border-color css
<style>
span { border-color: #DAD94D; }
span { border-color: rgb(218,217,77); }
td.TdClassName
{
border-color: #DAD94D;
}
.TagClassName
{
border-color: #DAD94D;
}
</style>