Shades of Manz #DADC51
Tints of Manz #DADC51
RGB
CMYK
RGB Variations
Color information
#DADC51 (or 0xDADC51) is known color: Manz. HEX triplet: DA, DC and 51. RGB value is (218,220,81). Sum of RGB (Red+Green+Blue) = 218+220+81=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC51 is #2523AE. Grayscale: #CCCCCC. Windows color (decimal): -2433967 or 5364954. OLE color: 5364954.
HSL color Cylindrical-coordinate representation of color #DADC51: 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.63%. Process color model (Four color, CMYK) of #DADC51 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 81 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.14 |
| HSL | 60.86º | 0.67% | 0.59% | - |
| HSV(B) | 60.86º | 0.63% | 0.86% | - |
| XYZ | 55.99 | 66.69 | 17.71 | - |
| YUV | 203.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 81 | 0.01 | 0 | 0.63 | 0.14 | 60.86 | 0.67 | 0.59 |
| Hex | DA | DC | 51 | 1 | 0 | 3F | E | 3D | 43 | 3B |
| Octal | 332 | 334 | 121 | 1 | 0 | 77 | 16 | 75 | 103 | 73 |
| Binary | 11011010 | 11011100 | 1010001 | 1 | 0 | 111111 | 1110 | 111101 | 1000011 | 111011 |
Color Harmonies of #DADC51
Complementary color
Monochromatic Colors of #DADC51
Black with #DADC51
Text Example
Text Example
White with #DADC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC51; }
p { color: rgb(218,220,81); }
H1.HeaderClassName
{
color: #DADC51;
}
.AnyTagClassName
{
color: #DADC51;
}
</style>
background-color css
<style>
a { background-color: #DADC51; }
a { background-color: rgb(218,220,81); }
div.DivClassName
{
background-color: #DADC51;
}
.BgClassName
{
background-color: #DADC51;
}
</style>
border-color css
<style>
span { border-color: #DADC51; }
span { border-color: rgb(218,220,81); }
td.TdClassName
{
border-color: #DADC51;
}
.TagClassName
{
border-color: #DADC51;
}
</style>