Shades of Manz #DADA4A
Tints of Manz #DADA4A
RGB
CMYK
RGB Variations
Color information
#DADA4A (or 0xDADA4A) is known color: Manz. HEX triplet: DA, DA and 4A. RGB value is (218,218,74). Sum of RGB (Red+Green+Blue) = 218+218+74=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA4A is #2525B5. Grayscale: #CACACA. Windows color (decimal): -2434486 or 4905690. OLE color: 4905690.
HSL color Cylindrical-coordinate representation of color #DADA4A: hue angle of 60º 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 #DADA4A is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 74 | - |
| CMYK | 0 | 0 | 0.66 | 0.15 |
| HSL | 60º | 0.66% | 0.57% | - |
| HSV(B) | 60º | 0.66% | 0.85% | - |
| XYZ | 55.22 | 65.54 | 16.22 | - |
| YUV | 201.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 74 | 0 | 0 | 0.66 | 0.15 | 60 | 0.66 | 0.57 |
| Hex | DA | DA | 4A | 0 | 0 | 42 | F | 3C | 42 | 39 |
| Octal | 332 | 332 | 112 | 0 | 0 | 102 | 17 | 74 | 102 | 71 |
| Binary | 11011010 | 11011010 | 1001010 | 0 | 0 | 1000010 | 1111 | 111100 | 1000010 | 111001 |
Color Harmonies of #DADA4A
Complementary color
Monochromatic Colors of #DADA4A
Black with #DADA4A
Text Example
Text Example
White with #DADA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA4A; }
p { color: rgb(218,218,74); }
H1.HeaderClassName
{
color: #DADA4A;
}
.AnyTagClassName
{
color: #DADA4A;
}
</style>
background-color css
<style>
a { background-color: #DADA4A; }
a { background-color: rgb(218,218,74); }
div.DivClassName
{
background-color: #DADA4A;
}
.BgClassName
{
background-color: #DADA4A;
}
</style>
border-color css
<style>
span { border-color: #DADA4A; }
span { border-color: rgb(218,218,74); }
td.TdClassName
{
border-color: #DADA4A;
}
.TagClassName
{
border-color: #DADA4A;
}
</style>