Shades of Manz #DADA5D
Tints of Manz #DADA5D
RGB
CMYK
RGB Variations
Color information
#DADA5D (or 0xDADA5D) is known color: Manz. HEX triplet: DA, DA and 5D. RGB value is (218,218,93). Sum of RGB (Red+Green+Blue) = 218+218+93=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA5D is #2525A2. Grayscale: #CCCCCC. Windows color (decimal): -2434467 or 6150874. OLE color: 6150874.
HSL color Cylindrical-coordinate representation of color #DADA5D: hue angle of 60º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DADA5D is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 93 | - |
CMYK | 0 | 0 | 0.57 | 0.15 |
HSL | 60º | 0.63% | 0.61% | - |
HSV(B) | 60º | 0.57% | 0.85% | - |
XYZ | 55.96 | 65.84 | 20.11 | - |
YUV | 203.75 | 65.5 | 138.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 93 | 0 | 0 | 0.57 | 0.15 | 60 | 0.63 | 0.61 |
Hex | DA | DA | 5D | 0 | 0 | 39 | F | 3C | 3F | 3D |
Octal | 332 | 332 | 135 | 0 | 0 | 71 | 17 | 74 | 77 | 75 |
Binary | 11011010 | 11011010 | 1011101 | 0 | 0 | 111001 | 1111 | 111100 | 111111 | 111101 |
Color Harmonies of #DADA5D
Complementary color
Monochromatic Colors of #DADA5D
Black with #DADA5D
Text Example
Text Example
White with #DADA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA5D; }
p { color: rgb(218,218,93); }
H1.HeaderClassName
{
color: #DADA5D;
}
.AnyTagClassName
{
color: #DADA5D;
}
</style>
background-color css
<style>
a { background-color: #DADA5D; }
a { background-color: rgb(218,218,93); }
div.DivClassName
{
background-color: #DADA5D;
}
.BgClassName
{
background-color: #DADA5D;
}
</style>
border-color css
<style>
span { border-color: #DADA5D; }
span { border-color: rgb(218,218,93); }
td.TdClassName
{
border-color: #DADA5D;
}
.TagClassName
{
border-color: #DADA5D;
}
</style>