Shades of Manz #DADA4F
Tints of Manz #DADA4F
RGB
CMYK
RGB Variations
Color information
#DADA4F (or 0xDADA4F) is known color: Manz. HEX triplet: DA, DA and 4F. RGB value is (218,218,79). Sum of RGB (Red+Green+Blue) = 218+218+79=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA4F is #2525B0. Grayscale: #CACACA. Windows color (decimal): -2434481 or 5233370. OLE color: 5233370.
HSL color Cylindrical-coordinate representation of color #DADA4F: hue angle of 60º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DADA4F is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 79 | - |
| CMYK | 0 | 0 | 0.64 | 0.15 |
| HSL | 60º | 0.65% | 0.58% | - |
| HSV(B) | 60º | 0.64% | 0.85% | - |
| XYZ | 55.4 | 65.61 | 17.14 | - |
| YUV | 202.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 79 | 0 | 0 | 0.64 | 0.15 | 60 | 0.65 | 0.58 |
| Hex | DA | DA | 4F | 0 | 0 | 40 | F | 3C | 41 | 3A |
| Octal | 332 | 332 | 117 | 0 | 0 | 100 | 17 | 74 | 101 | 72 |
| Binary | 11011010 | 11011010 | 1001111 | 0 | 0 | 1000000 | 1111 | 111100 | 1000001 | 111010 |
Color Harmonies of #DADA4F
Complementary color
Monochromatic Colors of #DADA4F
Black with #DADA4F
Text Example
Text Example
White with #DADA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA4F; }
p { color: rgb(218,218,79); }
H1.HeaderClassName
{
color: #DADA4F;
}
.AnyTagClassName
{
color: #DADA4F;
}
</style>
background-color css
<style>
a { background-color: #DADA4F; }
a { background-color: rgb(218,218,79); }
div.DivClassName
{
background-color: #DADA4F;
}
.BgClassName
{
background-color: #DADA4F;
}
</style>
border-color css
<style>
span { border-color: #DADA4F; }
span { border-color: rgb(218,218,79); }
td.TdClassName
{
border-color: #DADA4F;
}
.TagClassName
{
border-color: #DADA4F;
}
</style>