Shades of Manz #DDE049
Tints of Manz #DDE049
RGB
CMYK
RGB Variations
Color information
#DDE049 (or 0xDDE049) is known color: Manz. HEX triplet: DD, E0 and 49. RGB value is (221,224,73). Sum of RGB (Red+Green+Blue) = 221+224+73=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE049 is #221FB6. Grayscale: #CECECE. Windows color (decimal): -2236343 or 4841693. OLE color: 4841693.
HSL color Cylindrical-coordinate representation of color #DDE049: hue angle of 61.19º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDE049 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 73 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.12 |
| HSL | 61.19º | 0.71% | 0.58% | - |
| HSV(B) | 61.19º | 0.67% | 0.88% | - |
| XYZ | 57.68 | 69.16 | 16.61 | - |
| YUV | 205.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 73 | 0.01 | 0 | 0.67 | 0.12 | 61.19 | 0.71 | 0.58 |
| Hex | DD | E0 | 49 | 1 | 0 | 43 | C | 3D | 47 | 3A |
| Octal | 335 | 340 | 111 | 1 | 0 | 103 | 14 | 75 | 107 | 72 |
| Binary | 11011101 | 11100000 | 1001001 | 1 | 0 | 1000011 | 1100 | 111101 | 1000111 | 111010 |
Color Harmonies of #DDE049
Complementary color
Monochromatic Colors of #DDE049
Black with #DDE049
Text Example
Text Example
White with #DDE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE049; }
p { color: rgb(221,224,73); }
H1.HeaderClassName
{
color: #DDE049;
}
.AnyTagClassName
{
color: #DDE049;
}
</style>
background-color css
<style>
a { background-color: #DDE049; }
a { background-color: rgb(221,224,73); }
div.DivClassName
{
background-color: #DDE049;
}
.BgClassName
{
background-color: #DDE049;
}
</style>
border-color css
<style>
span { border-color: #DDE049; }
span { border-color: rgb(221,224,73); }
td.TdClassName
{
border-color: #DDE049;
}
.TagClassName
{
border-color: #DDE049;
}
</style>