Shades of Manz #DADC58
Tints of Manz #DADC58
RGB
CMYK
RGB Variations
Color information
#DADC58 (or 0xDADC58) is known color: Manz. HEX triplet: DA, DC and 58. RGB value is (218,220,88). Sum of RGB (Red+Green+Blue) = 218+220+88=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC58 is #2523A7. Grayscale: #CCCCCC. Windows color (decimal): -2433960 or 5823706. OLE color: 5823706.
HSL color Cylindrical-coordinate representation of color #DADC58: hue angle of 60.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DADC58 is Cyan = 0.01, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 88 | - |
| CMYK | 0.01 | 0 | 0.6 | 0.14 |
| HSL | 60.91º | 0.65% | 0.6% | - |
| HSV(B) | 60.91º | 0.6% | 0.86% | - |
| XYZ | 56.27 | 66.8 | 19.16 | - |
| YUV | 204.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 88 | 0.01 | 0 | 0.6 | 0.14 | 60.91 | 0.65 | 0.6 |
| Hex | DA | DC | 58 | 1 | 0 | 3C | E | 3D | 41 | 3C |
| Octal | 332 | 334 | 130 | 1 | 0 | 74 | 16 | 75 | 101 | 74 |
| Binary | 11011010 | 11011100 | 1011000 | 1 | 0 | 111100 | 1110 | 111101 | 1000001 | 111100 |
Color Harmonies of #DADC58
Complementary color
Monochromatic Colors of #DADC58
Black with #DADC58
Text Example
Text Example
White with #DADC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC58; }
p { color: rgb(218,220,88); }
H1.HeaderClassName
{
color: #DADC58;
}
.AnyTagClassName
{
color: #DADC58;
}
</style>
background-color css
<style>
a { background-color: #DADC58; }
a { background-color: rgb(218,220,88); }
div.DivClassName
{
background-color: #DADC58;
}
.BgClassName
{
background-color: #DADC58;
}
</style>
border-color css
<style>
span { border-color: #DADC58; }
span { border-color: rgb(218,220,88); }
td.TdClassName
{
border-color: #DADC58;
}
.TagClassName
{
border-color: #DADC58;
}
</style>