Shades of Manz #DDE855
Tints of Manz #DDE855
RGB
CMYK
RGB Variations
Color information
#DDE855 (or 0xDDE855) is known color: Manz. HEX triplet: DD, E8 and 55. RGB value is (221,232,85). Sum of RGB (Red+Green+Blue) = 221+232+85=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE855 is #2217AA. Grayscale: #D4D4D4. Windows color (decimal): -2234283 or 5630173. OLE color: 5630173.
HSL color Cylindrical-coordinate representation of color #DDE855: hue angle of 64.49º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDE855 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 85 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.09 |
| HSL | 64.49º | 0.76% | 0.62% | - |
| HSV(B) | 64.49º | 0.63% | 0.91% | - |
| XYZ | 60.32 | 73.74 | 19.65 | - |
| YUV | 211.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 85 | 0.05 | 0 | 0.63 | 0.09 | 64.49 | 0.76 | 0.62 |
| Hex | DD | E8 | 55 | 5 | 0 | 3F | 9 | 40 | 4C | 3E |
| Octal | 335 | 350 | 125 | 5 | 0 | 77 | 11 | 100 | 114 | 76 |
| Binary | 11011101 | 11101000 | 1010101 | 101 | 0 | 111111 | 1001 | 1000000 | 1001100 | 111110 |
Color Harmonies of #DDE855
Complementary color
Monochromatic Colors of #DDE855
Black with #DDE855
Text Example
Text Example
White with #DDE855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE855; }
p { color: rgb(221,232,85); }
H1.HeaderClassName
{
color: #DDE855;
}
.AnyTagClassName
{
color: #DDE855;
}
</style>
background-color css
<style>
a { background-color: #DDE855; }
a { background-color: rgb(221,232,85); }
div.DivClassName
{
background-color: #DDE855;
}
.BgClassName
{
background-color: #DDE855;
}
</style>
border-color css
<style>
span { border-color: #DDE855; }
span { border-color: rgb(221,232,85); }
td.TdClassName
{
border-color: #DDE855;
}
.TagClassName
{
border-color: #DDE855;
}
</style>