Shades of Manz #DADE4D
Tints of Manz #DADE4D
RGB
CMYK
RGB Variations
Color information
#DADE4D (or 0xDADE4D) is known color: Manz. HEX triplet: DA, DE and 4D. RGB value is (218,222,77). Sum of RGB (Red+Green+Blue) = 218+222+77=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE4D is #2521B2. Grayscale: #CCCCCC. Windows color (decimal): -2433459 or 5103322. OLE color: 5103322.
HSL color Cylindrical-coordinate representation of color #DADE4D: hue angle of 61.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DADE4D is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 77 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.13 |
| HSL | 61.66º | 0.69% | 0.59% | - |
| HSV(B) | 61.66º | 0.65% | 0.87% | - |
| XYZ | 56.37 | 67.68 | 17.11 | - |
| YUV | 204.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 77 | 0.02 | 0 | 0.65 | 0.13 | 61.66 | 0.69 | 0.59 |
| Hex | DA | DE | 4D | 2 | 0 | 41 | D | 3E | 45 | 3B |
| Octal | 332 | 336 | 115 | 2 | 0 | 101 | 15 | 76 | 105 | 73 |
| Binary | 11011010 | 11011110 | 1001101 | 10 | 0 | 1000001 | 1101 | 111110 | 1000101 | 111011 |
Color Harmonies of #DADE4D
Complementary color
Monochromatic Colors of #DADE4D
Black with #DADE4D
Text Example
Text Example
White with #DADE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE4D; }
p { color: rgb(218,222,77); }
H1.HeaderClassName
{
color: #DADE4D;
}
.AnyTagClassName
{
color: #DADE4D;
}
</style>
background-color css
<style>
a { background-color: #DADE4D; }
a { background-color: rgb(218,222,77); }
div.DivClassName
{
background-color: #DADE4D;
}
.BgClassName
{
background-color: #DADE4D;
}
</style>
border-color css
<style>
span { border-color: #DADE4D; }
span { border-color: rgb(218,222,77); }
td.TdClassName
{
border-color: #DADE4D;
}
.TagClassName
{
border-color: #DADE4D;
}
</style>