Shades of Manz #DADC4E
Tints of Manz #DADC4E
RGB
CMYK
RGB Variations
Color information
#DADC4E (or 0xDADC4E) is known color: Manz. HEX triplet: DA, DC and 4E. RGB value is (218,220,78). Sum of RGB (Red+Green+Blue) = 218+220+78=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC4E is #2523B1. Grayscale: #CBCBCB. Windows color (decimal): -2433970 or 5168346. OLE color: 5168346.
HSL color Cylindrical-coordinate representation of color #DADC4E: hue angle of 60.85º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DADC4E is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 78 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.14 |
| HSL | 60.85º | 0.67% | 0.58% | - |
| HSV(B) | 60.85º | 0.65% | 0.86% | - |
| XYZ | 55.88 | 66.64 | 17.13 | - |
| YUV | 203.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 78 | 0.01 | 0 | 0.65 | 0.14 | 60.85 | 0.67 | 0.58 |
| Hex | DA | DC | 4E | 1 | 0 | 41 | E | 3D | 43 | 3A |
| Octal | 332 | 334 | 116 | 1 | 0 | 101 | 16 | 75 | 103 | 72 |
| Binary | 11011010 | 11011100 | 1001110 | 1 | 0 | 1000001 | 1110 | 111101 | 1000011 | 111010 |
Color Harmonies of #DADC4E
Complementary color
Monochromatic Colors of #DADC4E
Black with #DADC4E
Text Example
Text Example
White with #DADC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC4E; }
p { color: rgb(218,220,78); }
H1.HeaderClassName
{
color: #DADC4E;
}
.AnyTagClassName
{
color: #DADC4E;
}
</style>
background-color css
<style>
a { background-color: #DADC4E; }
a { background-color: rgb(218,220,78); }
div.DivClassName
{
background-color: #DADC4E;
}
.BgClassName
{
background-color: #DADC4E;
}
</style>
border-color css
<style>
span { border-color: #DADC4E; }
span { border-color: rgb(218,220,78); }
td.TdClassName
{
border-color: #DADC4E;
}
.TagClassName
{
border-color: #DADC4E;
}
</style>