Shades of Manz #DCE355
Tints of Manz #DCE355
RGB
CMYK
RGB Variations
Color information
#DCE355 (or 0xDCE355) is known color: Manz. HEX triplet: DC, E3 and 55. RGB value is (220,227,85). Sum of RGB (Red+Green+Blue) = 220+227+85=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE355 is #231CAA. Grayscale: #D1D1D1. Windows color (decimal): -2301099 or 5628892. OLE color: 5628892.
HSL color Cylindrical-coordinate representation of color #DCE355: hue angle of 62.96º degrees, saturation: 0.72, 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 #DCE355 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 85 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.11 |
| HSL | 62.96º | 0.72% | 0.61% | - |
| HSV(B) | 62.96º | 0.63% | 0.89% | - |
| XYZ | 58.62 | 70.81 | 19.17 | - |
| YUV | 208.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 85 | 0.03 | 0 | 0.63 | 0.11 | 62.96 | 0.72 | 0.61 |
| Hex | DC | E3 | 55 | 3 | 0 | 3F | B | 3F | 48 | 3D |
| Octal | 334 | 343 | 125 | 3 | 0 | 77 | 13 | 77 | 110 | 75 |
| Binary | 11011100 | 11100011 | 1010101 | 11 | 0 | 111111 | 1011 | 111111 | 1001000 | 111101 |
Color Harmonies of #DCE355
Complementary color
Monochromatic Colors of #DCE355
Black with #DCE355
Text Example
Text Example
White with #DCE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE355; }
p { color: rgb(220,227,85); }
H1.HeaderClassName
{
color: #DCE355;
}
.AnyTagClassName
{
color: #DCE355;
}
</style>
background-color css
<style>
a { background-color: #DCE355; }
a { background-color: rgb(220,227,85); }
div.DivClassName
{
background-color: #DCE355;
}
.BgClassName
{
background-color: #DCE355;
}
</style>
border-color css
<style>
span { border-color: #DCE355; }
span { border-color: rgb(220,227,85); }
td.TdClassName
{
border-color: #DCE355;
}
.TagClassName
{
border-color: #DCE355;
}
</style>