Shades of Manz #DCE359
Tints of Manz #DCE359
RGB
CMYK
RGB Variations
Color information
#DCE359 (or 0xDCE359) is known color: Manz. HEX triplet: DC, E3 and 59. RGB value is (220,227,89). Sum of RGB (Red+Green+Blue) = 220+227+89=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE359 is #231CA6. Grayscale: #D1D1D1. Windows color (decimal): -2301095 or 5891036. OLE color: 5891036.
HSL color Cylindrical-coordinate representation of color #DCE359: hue angle of 63.04º 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 #DCE359 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 89 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.11 |
| HSL | 63.04º | 0.71% | 0.62% | - |
| HSV(B) | 63.04º | 0.61% | 0.89% | - |
| XYZ | 58.79 | 70.88 | 20.03 | - |
| YUV | 209.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 89 | 0.03 | 0 | 0.61 | 0.11 | 63.04 | 0.71 | 0.62 |
| Hex | DC | E3 | 59 | 3 | 0 | 3D | B | 3F | 47 | 3E |
| Octal | 334 | 343 | 131 | 3 | 0 | 75 | 13 | 77 | 107 | 76 |
| Binary | 11011100 | 11100011 | 1011001 | 11 | 0 | 111101 | 1011 | 111111 | 1000111 | 111110 |
Color Harmonies of #DCE359
Complementary color
Monochromatic Colors of #DCE359
Black with #DCE359
Text Example
Text Example
White with #DCE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE359; }
p { color: rgb(220,227,89); }
H1.HeaderClassName
{
color: #DCE359;
}
.AnyTagClassName
{
color: #DCE359;
}
</style>
background-color css
<style>
a { background-color: #DCE359; }
a { background-color: rgb(220,227,89); }
div.DivClassName
{
background-color: #DCE359;
}
.BgClassName
{
background-color: #DCE359;
}
</style>
border-color css
<style>
span { border-color: #DCE359; }
span { border-color: rgb(220,227,89); }
td.TdClassName
{
border-color: #DCE359;
}
.TagClassName
{
border-color: #DCE359;
}
</style>