Shades of Manz #DDE358
Tints of Manz #DDE358
RGB
CMYK
RGB Variations
Color information
#DDE358 (or 0xDDE358) is known color: Manz. HEX triplet: DD, E3 and 58. RGB value is (221,227,88). Sum of RGB (Red+Green+Blue) = 221+227+88=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE358 is #221CA7. Grayscale: #D1D1D1. Windows color (decimal): -2235560 or 5825501. OLE color: 5825501.
HSL color Cylindrical-coordinate representation of color #DDE358: hue angle of 62.59º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDE358 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 88 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.11 |
| HSL | 62.59º | 0.71% | 0.62% | - |
| HSV(B) | 62.59º | 0.61% | 0.89% | - |
| XYZ | 59.05 | 71.01 | 19.83 | - |
| YUV | 209.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 88 | 0.03 | 0 | 0.61 | 0.11 | 62.59 | 0.71 | 0.62 |
| Hex | DD | E3 | 58 | 3 | 0 | 3D | B | 3F | 47 | 3E |
| Octal | 335 | 343 | 130 | 3 | 0 | 75 | 13 | 77 | 107 | 76 |
| Binary | 11011101 | 11100011 | 1011000 | 11 | 0 | 111101 | 1011 | 111111 | 1000111 | 111110 |
Color Harmonies of #DDE358
Complementary color
Monochromatic Colors of #DDE358
Black with #DDE358
Text Example
Text Example
White with #DDE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE358; }
p { color: rgb(221,227,88); }
H1.HeaderClassName
{
color: #DDE358;
}
.AnyTagClassName
{
color: #DDE358;
}
</style>
background-color css
<style>
a { background-color: #DDE358; }
a { background-color: rgb(221,227,88); }
div.DivClassName
{
background-color: #DDE358;
}
.BgClassName
{
background-color: #DDE358;
}
</style>
border-color css
<style>
span { border-color: #DDE358; }
span { border-color: rgb(221,227,88); }
td.TdClassName
{
border-color: #DDE358;
}
.TagClassName
{
border-color: #DDE358;
}
</style>