Shades of Manz #DCE056
Tints of Manz #DCE056
RGB
CMYK
RGB Variations
Color information
#DCE056 (or 0xDCE056) is known color: Manz. HEX triplet: DC, E0 and 56. RGB value is (220,224,86). Sum of RGB (Red+Green+Blue) = 220+224+86=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE056 is #231FA9. Grayscale: #CFCFCF. Windows color (decimal): -2301866 or 5693660. OLE color: 5693660.
HSL color Cylindrical-coordinate representation of color #DCE056: hue angle of 61.74º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCE056 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 86 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.12 |
| HSL | 61.74º | 0.69% | 0.61% | - |
| HSV(B) | 61.74º | 0.62% | 0.88% | - |
| XYZ | 57.85 | 69.2 | 19.11 | - |
| YUV | 207.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 86 | 0.02 | 0 | 0.62 | 0.12 | 61.74 | 0.69 | 0.61 |
| Hex | DC | E0 | 56 | 2 | 0 | 3E | C | 3E | 45 | 3D |
| Octal | 334 | 340 | 126 | 2 | 0 | 76 | 14 | 76 | 105 | 75 |
| Binary | 11011100 | 11100000 | 1010110 | 10 | 0 | 111110 | 1100 | 111110 | 1000101 | 111101 |
Color Harmonies of #DCE056
Complementary color
Monochromatic Colors of #DCE056
Black with #DCE056
Text Example
Text Example
White with #DCE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE056; }
p { color: rgb(220,224,86); }
H1.HeaderClassName
{
color: #DCE056;
}
.AnyTagClassName
{
color: #DCE056;
}
</style>
background-color css
<style>
a { background-color: #DCE056; }
a { background-color: rgb(220,224,86); }
div.DivClassName
{
background-color: #DCE056;
}
.BgClassName
{
background-color: #DCE056;
}
</style>
border-color css
<style>
span { border-color: #DCE056; }
span { border-color: rgb(220,224,86); }
td.TdClassName
{
border-color: #DCE056;
}
.TagClassName
{
border-color: #DCE056;
}
</style>