Shades of Manz #DADC59
Tints of Manz #DADC59
RGB
CMYK
RGB Variations
Color information
#DADC59 (or 0xDADC59) is known color: Manz. HEX triplet: DA, DC and 59. RGB value is (218,220,89). Sum of RGB (Red+Green+Blue) = 218+220+89=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC59 is #2523A6. Grayscale: #CCCCCC. Windows color (decimal): -2433959 or 5889242. OLE color: 5889242.
HSL color Cylindrical-coordinate representation of color #DADC59: hue angle of 60.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DADC59 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 89 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.14 |
| HSL | 60.92º | 0.65% | 0.61% | - |
| HSV(B) | 60.92º | 0.6% | 0.86% | - |
| XYZ | 56.31 | 66.81 | 19.38 | - |
| YUV | 204.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 89 | 0.01 | 0 | 0.60 | 0.14 | 60.92 | 0.65 | 0.61 |
| Hex | DA | DC | 59 | 1 | 0 | 3C | E | 3D | 41 | 3D |
| Octal | 332 | 334 | 131 | 1 | 0 | 74 | 16 | 75 | 101 | 75 |
| Binary | 11011010 | 11011100 | 1011001 | 1 | 0 | 111100 | 1110 | 111101 | 1000001 | 111101 |
Color Harmonies of #DADC59
Complementary color
Monochromatic Colors of #DADC59
Black with #DADC59
Text Example
Text Example
White with #DADC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC59; }
p { color: rgb(218,220,89); }
H1.HeaderClassName
{
color: #DADC59;
}
.AnyTagClassName
{
color: #DADC59;
}
</style>
background-color css
<style>
a { background-color: #DADC59; }
a { background-color: rgb(218,220,89); }
div.DivClassName
{
background-color: #DADC59;
}
.BgClassName
{
background-color: #DADC59;
}
</style>
border-color css
<style>
span { border-color: #DADC59; }
span { border-color: rgb(218,220,89); }
td.TdClassName
{
border-color: #DADC59;
}
.TagClassName
{
border-color: #DADC59;
}
</style>