Shades of Manz #DAD64D
Tints of Manz #DAD64D
RGB
CMYK
RGB Variations
Color information
#DAD64D (or 0xDAD64D) is known color: Manz. HEX triplet: DA, D6 and 4D. RGB value is (218,214,77). Sum of RGB (Red+Green+Blue) = 218+214+77=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD64D is #2529B2. Grayscale: #C8C8C8. Windows color (decimal): -2435507 or 5101274. OLE color: 5101274.
HSL color Cylindrical-coordinate representation of color #DAD64D: hue angle of 58.3º 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 #DAD64D is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 77 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.15 |
| HSL | 58.3º | 0.66% | 0.58% | - |
| HSV(B) | 58.3º | 0.65% | 0.85% | - |
| XYZ | 54.3 | 63.53 | 16.42 | - |
| YUV | 199.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 77 | 0 | 0.02 | 0.65 | 0.15 | 58.3 | 0.66 | 0.58 |
| Hex | DA | D6 | 4D | 0 | 2 | 41 | F | 3A | 42 | 3A |
| Octal | 332 | 326 | 115 | 0 | 2 | 101 | 17 | 72 | 102 | 72 |
| Binary | 11011010 | 11010110 | 1001101 | 0 | 10 | 1000001 | 1111 | 111010 | 1000010 | 111010 |
Color Harmonies of #DAD64D
Complementary color
Monochromatic Colors of #DAD64D
Black with #DAD64D
Text Example
Text Example
White with #DAD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD64D; }
p { color: rgb(218,214,77); }
H1.HeaderClassName
{
color: #DAD64D;
}
.AnyTagClassName
{
color: #DAD64D;
}
</style>
background-color css
<style>
a { background-color: #DAD64D; }
a { background-color: rgb(218,214,77); }
div.DivClassName
{
background-color: #DAD64D;
}
.BgClassName
{
background-color: #DAD64D;
}
</style>
border-color css
<style>
span { border-color: #DAD64D; }
span { border-color: rgb(218,214,77); }
td.TdClassName
{
border-color: #DAD64D;
}
.TagClassName
{
border-color: #DAD64D;
}
</style>