Shades of Manz #DCE358
Tints of Manz #DCE358
RGB
CMYK
RGB Variations
Color information
#DCE358 (or 0xDCE358) is known color: Manz. HEX triplet: DC, E3 and 58. RGB value is (220,227,88). Sum of RGB (Red+Green+Blue) = 220+227+88=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE358 is #231CA7. Grayscale: #D1D1D1. Windows color (decimal): -2301096 or 5825500. OLE color: 5825500.
HSL color Cylindrical-coordinate representation of color #DCE358: hue angle of 63.02º 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 #DCE358 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 88 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.11 |
| HSL | 63.02º | 0.71% | 0.62% | - |
| HSV(B) | 63.02º | 0.61% | 0.89% | - |
| XYZ | 58.75 | 70.86 | 19.81 | - |
| YUV | 209.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 88 | 0.03 | 0 | 0.61 | 0.11 | 63.02 | 0.71 | 0.62 |
| Hex | DC | E3 | 58 | 3 | 0 | 3D | B | 3F | 47 | 3E |
| Octal | 334 | 343 | 130 | 3 | 0 | 75 | 13 | 77 | 107 | 76 |
| Binary | 11011100 | 11100011 | 1011000 | 11 | 0 | 111101 | 1011 | 111111 | 1000111 | 111110 |
Color Harmonies of #DCE358
Complementary color
Monochromatic Colors of #DCE358
Black with #DCE358
Text Example
Text Example
White with #DCE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE358; }
p { color: rgb(220,227,88); }
H1.HeaderClassName
{
color: #DCE358;
}
.AnyTagClassName
{
color: #DCE358;
}
</style>
background-color css
<style>
a { background-color: #DCE358; }
a { background-color: rgb(220,227,88); }
div.DivClassName
{
background-color: #DCE358;
}
.BgClassName
{
background-color: #DCE358;
}
</style>
border-color css
<style>
span { border-color: #DCE358; }
span { border-color: rgb(220,227,88); }
td.TdClassName
{
border-color: #DCE358;
}
.TagClassName
{
border-color: #DCE358;
}
</style>