Shades of Manz #DDE449
Tints of Manz #DDE449
RGB
CMYK
RGB Variations
Color information
#DDE449 (or 0xDDE449) is known color: Manz. HEX triplet: DD, E4 and 49. RGB value is (221,228,73). Sum of RGB (Red+Green+Blue) = 221+228+73=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE449 is #221BB6. Grayscale: #D0D0D0. Windows color (decimal): -2235319 or 4842717. OLE color: 4842717.
HSL color Cylindrical-coordinate representation of color #DDE449: hue angle of 62.71º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDE449 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 73 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.11 |
| HSL | 62.71º | 0.74% | 0.59% | - |
| HSV(B) | 62.71º | 0.68% | 0.89% | - |
| XYZ | 58.76 | 71.34 | 16.98 | - |
| YUV | 208.24 | 51.68 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 73 | 0.03 | 0 | 0.68 | 0.11 | 62.71 | 0.74 | 0.59 |
| Hex | DD | E4 | 49 | 3 | 0 | 44 | B | 3F | 4A | 3B |
| Octal | 335 | 344 | 111 | 3 | 0 | 104 | 13 | 77 | 112 | 73 |
| Binary | 11011101 | 11100100 | 1001001 | 11 | 0 | 1000100 | 1011 | 111111 | 1001010 | 111011 |
Color Harmonies of #DDE449
Complementary color
Monochromatic Colors of #DDE449
Black with #DDE449
Text Example
Text Example
White with #DDE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE449; }
p { color: rgb(221,228,73); }
H1.HeaderClassName
{
color: #DDE449;
}
.AnyTagClassName
{
color: #DDE449;
}
</style>
background-color css
<style>
a { background-color: #DDE449; }
a { background-color: rgb(221,228,73); }
div.DivClassName
{
background-color: #DDE449;
}
.BgClassName
{
background-color: #DDE449;
}
</style>
border-color css
<style>
span { border-color: #DDE449; }
span { border-color: rgb(221,228,73); }
td.TdClassName
{
border-color: #DDE449;
}
.TagClassName
{
border-color: #DDE449;
}
</style>