Shades of Manz #DADA5C
Tints of Manz #DADA5C
RGB
CMYK
RGB Variations
Color information
#DADA5C (or 0xDADA5C) is known color: Manz. HEX triplet: DA, DA and 5C. RGB value is (218,218,92). Sum of RGB (Red+Green+Blue) = 218+218+92=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA5C is #2525A3. Grayscale: #CCCCCC. Windows color (decimal): -2434468 or 6085338. OLE color: 6085338.
HSL color Cylindrical-coordinate representation of color #DADA5C: 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.58%. Process color model (Four color, CMYK) of #DADA5C is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 92 | - |
| CMYK | 0 | 0 | 0.58 | 0.15 |
| HSL | 60º | 0.63% | 0.61% | - |
| HSV(B) | 60º | 0.58% | 0.85% | - |
| XYZ | 55.92 | 65.82 | 19.88 | - |
| YUV | 203.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 92 | 0 | 0 | 0.58 | 0.15 | 60 | 0.63 | 0.61 |
| Hex | DA | DA | 5C | 0 | 0 | 3A | F | 3C | 3F | 3D |
| Octal | 332 | 332 | 134 | 0 | 0 | 72 | 17 | 74 | 77 | 75 |
| Binary | 11011010 | 11011010 | 1011100 | 0 | 0 | 111010 | 1111 | 111100 | 111111 | 111101 |
Color Harmonies of #DADA5C
Complementary color
Monochromatic Colors of #DADA5C
Black with #DADA5C
Text Example
Text Example
White with #DADA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA5C; }
p { color: rgb(218,218,92); }
H1.HeaderClassName
{
color: #DADA5C;
}
.AnyTagClassName
{
color: #DADA5C;
}
</style>
background-color css
<style>
a { background-color: #DADA5C; }
a { background-color: rgb(218,218,92); }
div.DivClassName
{
background-color: #DADA5C;
}
.BgClassName
{
background-color: #DADA5C;
}
</style>
border-color css
<style>
span { border-color: #DADA5C; }
span { border-color: rgb(218,218,92); }
td.TdClassName
{
border-color: #DADA5C;
}
.TagClassName
{
border-color: #DADA5C;
}
</style>