Shades of Manz #DADC4A
Tints of Manz #DADC4A
RGB
CMYK
RGB Variations
Color information
#DADC4A (or 0xDADC4A) is known color: Manz. HEX triplet: DA, DC and 4A. RGB value is (218,220,74). Sum of RGB (Red+Green+Blue) = 218+220+74=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC4A is #2523B5. Grayscale: #CBCBCB. Windows color (decimal): -2433974 or 4906202. OLE color: 4906202.
HSL color Cylindrical-coordinate representation of color #DADC4A: hue angle of 60.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DADC4A is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 74 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.14 |
| HSL | 60.82º | 0.68% | 0.58% | - |
| HSV(B) | 60.82º | 0.66% | 0.86% | - |
| XYZ | 55.74 | 66.59 | 16.39 | - |
| YUV | 202.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 74 | 0.01 | 0 | 0.66 | 0.14 | 60.82 | 0.68 | 0.58 |
| Hex | DA | DC | 4A | 1 | 0 | 42 | E | 3D | 44 | 3A |
| Octal | 332 | 334 | 112 | 1 | 0 | 102 | 16 | 75 | 104 | 72 |
| Binary | 11011010 | 11011100 | 1001010 | 1 | 0 | 1000010 | 1110 | 111101 | 1000100 | 111010 |
Color Harmonies of #DADC4A
Complementary color
Monochromatic Colors of #DADC4A
Black with #DADC4A
Text Example
Text Example
White with #DADC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC4A; }
p { color: rgb(218,220,74); }
H1.HeaderClassName
{
color: #DADC4A;
}
.AnyTagClassName
{
color: #DADC4A;
}
</style>
background-color css
<style>
a { background-color: #DADC4A; }
a { background-color: rgb(218,220,74); }
div.DivClassName
{
background-color: #DADC4A;
}
.BgClassName
{
background-color: #DADC4A;
}
</style>
border-color css
<style>
span { border-color: #DADC4A; }
span { border-color: rgb(218,220,74); }
td.TdClassName
{
border-color: #DADC4A;
}
.TagClassName
{
border-color: #DADC4A;
}
</style>