Shades of Manz #DADC50
Tints of Manz #DADC50
RGB
CMYK
RGB Variations
Color information
#DADC50 (or 0xDADC50) is known color: Manz. HEX triplet: DA, DC and 50. RGB value is (218,220,80). Sum of RGB (Red+Green+Blue) = 218+220+80=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC50 is #2523AF. Grayscale: #CCCCCC. Windows color (decimal): -2433968 or 5299418. OLE color: 5299418.
HSL color Cylindrical-coordinate representation of color #DADC50: hue angle of 60.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DADC50 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 80 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.14 |
| HSL | 60.86º | 0.67% | 0.59% | - |
| HSV(B) | 60.86º | 0.64% | 0.86% | - |
| XYZ | 55.95 | 66.67 | 17.51 | - |
| YUV | 203.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 80 | 0.01 | 0 | 0.64 | 0.14 | 60.86 | 0.67 | 0.59 |
| Hex | DA | DC | 50 | 1 | 0 | 40 | E | 3D | 43 | 3B |
| Octal | 332 | 334 | 120 | 1 | 0 | 100 | 16 | 75 | 103 | 73 |
| Binary | 11011010 | 11011100 | 1010000 | 1 | 0 | 1000000 | 1110 | 111101 | 1000011 | 111011 |
Color Harmonies of #DADC50
Complementary color
Monochromatic Colors of #DADC50
Black with #DADC50
Text Example
Text Example
White with #DADC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC50; }
p { color: rgb(218,220,80); }
H1.HeaderClassName
{
color: #DADC50;
}
.AnyTagClassName
{
color: #DADC50;
}
</style>
background-color css
<style>
a { background-color: #DADC50; }
a { background-color: rgb(218,220,80); }
div.DivClassName
{
background-color: #DADC50;
}
.BgClassName
{
background-color: #DADC50;
}
</style>
border-color css
<style>
span { border-color: #DADC50; }
span { border-color: rgb(218,220,80); }
td.TdClassName
{
border-color: #DADC50;
}
.TagClassName
{
border-color: #DADC50;
}
</style>