Shades of Manz #DCDE57
Tints of Manz #DCDE57
RGB
CMYK
RGB Variations
Color information
#DCDE57 (or 0xDCDE57) is known color: Manz. HEX triplet: DC, DE and 57. RGB value is (220,222,87). Sum of RGB (Red+Green+Blue) = 220+222+87=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE57 is #2321A8. Grayscale: #CECECE. Windows color (decimal): -2302377 or 5758684. OLE color: 5758684.
HSL color Cylindrical-coordinate representation of color #DCDE57: hue angle of 60.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCDE57 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 87 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.13 |
| HSL | 60.89º | 0.67% | 0.61% | - |
| HSV(B) | 60.89º | 0.61% | 0.87% | - |
| XYZ | 57.36 | 68.15 | 19.15 | - |
| YUV | 206.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 87 | 0.01 | 0 | 0.61 | 0.13 | 60.89 | 0.67 | 0.61 |
| Hex | DC | DE | 57 | 1 | 0 | 3D | D | 3D | 43 | 3D |
| Octal | 334 | 336 | 127 | 1 | 0 | 75 | 15 | 75 | 103 | 75 |
| Binary | 11011100 | 11011110 | 1010111 | 1 | 0 | 111101 | 1101 | 111101 | 1000011 | 111101 |
Color Harmonies of #DCDE57
Complementary color
Monochromatic Colors of #DCDE57
Black with #DCDE57
Text Example
Text Example
White with #DCDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE57; }
p { color: rgb(220,222,87); }
H1.HeaderClassName
{
color: #DCDE57;
}
.AnyTagClassName
{
color: #DCDE57;
}
</style>
background-color css
<style>
a { background-color: #DCDE57; }
a { background-color: rgb(220,222,87); }
div.DivClassName
{
background-color: #DCDE57;
}
.BgClassName
{
background-color: #DCDE57;
}
</style>
border-color css
<style>
span { border-color: #DCDE57; }
span { border-color: rgb(220,222,87); }
td.TdClassName
{
border-color: #DCDE57;
}
.TagClassName
{
border-color: #DCDE57;
}
</style>