Shades of Manz #DADE4C
Tints of Manz #DADE4C
RGB
CMYK
RGB Variations
Color information
#DADE4C (or 0xDADE4C) is known color: Manz. HEX triplet: DA, DE and 4C. RGB value is (218,222,76). Sum of RGB (Red+Green+Blue) = 218+222+76=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE4C is #2521B3. Grayscale: #CCCCCC. Windows color (decimal): -2433460 or 5037786. OLE color: 5037786.
HSL color Cylindrical-coordinate representation of color #DADE4C: hue angle of 61.64º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DADE4C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 76 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.13 |
| HSL | 61.64º | 0.69% | 0.58% | - |
| HSV(B) | 61.64º | 0.66% | 0.87% | - |
| XYZ | 56.34 | 67.67 | 16.93 | - |
| YUV | 204.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 76 | 0.02 | 0 | 0.66 | 0.13 | 61.64 | 0.69 | 0.58 |
| Hex | DA | DE | 4C | 2 | 0 | 42 | D | 3E | 45 | 3A |
| Octal | 332 | 336 | 114 | 2 | 0 | 102 | 15 | 76 | 105 | 72 |
| Binary | 11011010 | 11011110 | 1001100 | 10 | 0 | 1000010 | 1101 | 111110 | 1000101 | 111010 |
Color Harmonies of #DADE4C
Complementary color
Monochromatic Colors of #DADE4C
Black with #DADE4C
Text Example
Text Example
White with #DADE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE4C; }
p { color: rgb(218,222,76); }
H1.HeaderClassName
{
color: #DADE4C;
}
.AnyTagClassName
{
color: #DADE4C;
}
</style>
background-color css
<style>
a { background-color: #DADE4C; }
a { background-color: rgb(218,222,76); }
div.DivClassName
{
background-color: #DADE4C;
}
.BgClassName
{
background-color: #DADE4C;
}
</style>
border-color css
<style>
span { border-color: #DADE4C; }
span { border-color: rgb(218,222,76); }
td.TdClassName
{
border-color: #DADE4C;
}
.TagClassName
{
border-color: #DADE4C;
}
</style>