Shades of Manz #DADC52
Tints of Manz #DADC52
RGB
CMYK
RGB Variations
Color information
#DADC52 (or 0xDADC52) is known color: Manz. HEX triplet: DA, DC and 52. RGB value is (218,220,82). Sum of RGB (Red+Green+Blue) = 218+220+82=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC52 is #2523AD. Grayscale: #CCCCCC. Windows color (decimal): -2433966 or 5430490. OLE color: 5430490.
HSL color Cylindrical-coordinate representation of color #DADC52: hue angle of 60.87º degrees, saturation: 0.66, 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 #DADC52 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 82 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.14 |
| HSL | 60.87º | 0.66% | 0.59% | - |
| HSV(B) | 60.87º | 0.63% | 0.86% | - |
| XYZ | 56.03 | 66.7 | 17.9 | - |
| YUV | 203.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 82 | 0.01 | 0 | 0.63 | 0.14 | 60.87 | 0.66 | 0.59 |
| Hex | DA | DC | 52 | 1 | 0 | 3F | E | 3D | 42 | 3B |
| Octal | 332 | 334 | 122 | 1 | 0 | 77 | 16 | 75 | 102 | 73 |
| Binary | 11011010 | 11011100 | 1010010 | 1 | 0 | 111111 | 1110 | 111101 | 1000010 | 111011 |
Color Harmonies of #DADC52
Complementary color
Monochromatic Colors of #DADC52
Black with #DADC52
Text Example
Text Example
White with #DADC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC52; }
p { color: rgb(218,220,82); }
H1.HeaderClassName
{
color: #DADC52;
}
.AnyTagClassName
{
color: #DADC52;
}
</style>
background-color css
<style>
a { background-color: #DADC52; }
a { background-color: rgb(218,220,82); }
div.DivClassName
{
background-color: #DADC52;
}
.BgClassName
{
background-color: #DADC52;
}
</style>
border-color css
<style>
span { border-color: #DADC52; }
span { border-color: rgb(218,220,82); }
td.TdClassName
{
border-color: #DADC52;
}
.TagClassName
{
border-color: #DADC52;
}
</style>