Shades of Manz #DDE455
Tints of Manz #DDE455
RGB
CMYK
RGB Variations
Color information
#DDE455 (or 0xDDE455) is known color: Manz. HEX triplet: DD, E4 and 55. RGB value is (221,228,85). Sum of RGB (Red+Green+Blue) = 221+228+85=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE455 is #221BAA. Grayscale: #D2D2D2. Windows color (decimal): -2235307 or 5629149. OLE color: 5629149.
HSL color Cylindrical-coordinate representation of color #DDE455: hue angle of 62.94º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDE455 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 85 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.11 |
| HSL | 62.94º | 0.73% | 0.61% | - |
| HSV(B) | 62.94º | 0.63% | 0.89% | - |
| XYZ | 59.2 | 71.51 | 19.28 | - |
| YUV | 209.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 85 | 0.03 | 0 | 0.63 | 0.11 | 62.94 | 0.73 | 0.61 |
| Hex | DD | E4 | 55 | 3 | 0 | 3F | B | 3F | 49 | 3D |
| Octal | 335 | 344 | 125 | 3 | 0 | 77 | 13 | 77 | 111 | 75 |
| Binary | 11011101 | 11100100 | 1010101 | 11 | 0 | 111111 | 1011 | 111111 | 1001001 | 111101 |
Color Harmonies of #DDE455
Complementary color
Monochromatic Colors of #DDE455
Black with #DDE455
Text Example
Text Example
White with #DDE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE455; }
p { color: rgb(221,228,85); }
H1.HeaderClassName
{
color: #DDE455;
}
.AnyTagClassName
{
color: #DDE455;
}
</style>
background-color css
<style>
a { background-color: #DDE455; }
a { background-color: rgb(221,228,85); }
div.DivClassName
{
background-color: #DDE455;
}
.BgClassName
{
background-color: #DDE455;
}
</style>
border-color css
<style>
span { border-color: #DDE455; }
span { border-color: rgb(221,228,85); }
td.TdClassName
{
border-color: #DDE455;
}
.TagClassName
{
border-color: #DDE455;
}
</style>