Shades of Manz #DDEC4A
Tints of Manz #DDEC4A
RGB
CMYK
RGB Variations
Color information
#DDEC4A (or 0xDDEC4A) is known color: Manz. HEX triplet: DD, EC and 4A. RGB value is (221,236,74). Sum of RGB (Red+Green+Blue) = 221+236+74=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC4A is #2213B5. Grayscale: #D5D5D5. Windows color (decimal): -2233270 or 4910301. OLE color: 4910301.
HSL color Cylindrical-coordinate representation of color #DDEC4A: hue angle of 65.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEC4A is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 74 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.07 |
| HSL | 65.56º | 0.81% | 0.61% | - |
| HSV(B) | 65.56º | 0.69% | 0.93% | - |
| XYZ | 61.05 | 75.86 | 17.9 | - |
| YUV | 213.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 74 | 0.06 | 0 | 0.69 | 0.07 | 65.56 | 0.81 | 0.61 |
| Hex | DD | EC | 4A | 6 | 0 | 45 | 7 | 42 | 51 | 3D |
| Octal | 335 | 354 | 112 | 6 | 0 | 105 | 7 | 102 | 121 | 75 |
| Binary | 11011101 | 11101100 | 1001010 | 110 | 0 | 1000101 | 111 | 1000010 | 1010001 | 111101 |
Color Harmonies of #DDEC4A
Complementary color
Monochromatic Colors of #DDEC4A
Black with #DDEC4A
Text Example
Text Example
White with #DDEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC4A; }
p { color: rgb(221,236,74); }
H1.HeaderClassName
{
color: #DDEC4A;
}
.AnyTagClassName
{
color: #DDEC4A;
}
</style>
background-color css
<style>
a { background-color: #DDEC4A; }
a { background-color: rgb(221,236,74); }
div.DivClassName
{
background-color: #DDEC4A;
}
.BgClassName
{
background-color: #DDEC4A;
}
</style>
border-color css
<style>
span { border-color: #DDEC4A; }
span { border-color: rgb(221,236,74); }
td.TdClassName
{
border-color: #DDEC4A;
}
.TagClassName
{
border-color: #DDEC4A;
}
</style>