Shades of Manz #DCEC53
Tints of Manz #DCEC53
RGB
CMYK
RGB Variations
Color information
#DCEC53 (or 0xDCEC53) is known color: Manz. HEX triplet: DC, EC and 53. RGB value is (220,236,83). Sum of RGB (Red+Green+Blue) = 220+236+83=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC53 is #2313AC. Grayscale: #D6D6D6. Windows color (decimal): -2298797 or 5500124. OLE color: 5500124.
HSL color Cylindrical-coordinate representation of color #DCEC53: hue angle of 66.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCEC53 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 83 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.07 |
| HSL | 66.27º | 0.8% | 0.63% | - |
| HSV(B) | 66.27º | 0.65% | 0.93% | - |
| XYZ | 61.07 | 75.83 | 19.6 | - |
| YUV | 213.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 83 | 0.07 | 0 | 0.65 | 0.07 | 66.27 | 0.8 | 0.63 |
| Hex | DC | EC | 53 | 7 | 0 | 41 | 7 | 42 | 50 | 3F |
| Octal | 334 | 354 | 123 | 7 | 0 | 101 | 7 | 102 | 120 | 77 |
| Binary | 11011100 | 11101100 | 1010011 | 111 | 0 | 1000001 | 111 | 1000010 | 1010000 | 111111 |
Color Harmonies of #DCEC53
Complementary color
Monochromatic Colors of #DCEC53
Black with #DCEC53
Text Example
Text Example
White with #DCEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC53; }
p { color: rgb(220,236,83); }
H1.HeaderClassName
{
color: #DCEC53;
}
.AnyTagClassName
{
color: #DCEC53;
}
</style>
background-color css
<style>
a { background-color: #DCEC53; }
a { background-color: rgb(220,236,83); }
div.DivClassName
{
background-color: #DCEC53;
}
.BgClassName
{
background-color: #DCEC53;
}
</style>
border-color css
<style>
span { border-color: #DCEC53; }
span { border-color: rgb(220,236,83); }
td.TdClassName
{
border-color: #DCEC53;
}
.TagClassName
{
border-color: #DCEC53;
}
</style>