Shades of Manz #DCE553
Tints of Manz #DCE553
RGB
CMYK
RGB Variations
Color information
#DCE553 (or 0xDCE553) is known color: Manz. HEX triplet: DC, E5 and 53. RGB value is (220,229,83). Sum of RGB (Red+Green+Blue) = 220+229+83=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE553 is #231AAC. Grayscale: #D2D2D2. Windows color (decimal): -2300589 or 5498332. OLE color: 5498332.
HSL color Cylindrical-coordinate representation of color #DCE553: hue angle of 63.7º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCE553 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 83 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.10 |
| HSL | 63.7º | 0.74% | 0.61% | - |
| HSV(B) | 63.7º | 0.64% | 0.9% | - |
| XYZ | 59.1 | 71.88 | 18.94 | - |
| YUV | 209.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 83 | 0.04 | 0 | 0.64 | 0.10 | 63.7 | 0.74 | 0.61 |
| Hex | DC | E5 | 53 | 4 | 0 | 40 | A | 40 | 4A | 3D |
| Octal | 334 | 345 | 123 | 4 | 0 | 100 | 12 | 100 | 112 | 75 |
| Binary | 11011100 | 11100101 | 1010011 | 100 | 0 | 1000000 | 1010 | 1000000 | 1001010 | 111101 |
Color Harmonies of #DCE553
Complementary color
Monochromatic Colors of #DCE553
Black with #DCE553
Text Example
Text Example
White with #DCE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE553; }
p { color: rgb(220,229,83); }
H1.HeaderClassName
{
color: #DCE553;
}
.AnyTagClassName
{
color: #DCE553;
}
</style>
background-color css
<style>
a { background-color: #DCE553; }
a { background-color: rgb(220,229,83); }
div.DivClassName
{
background-color: #DCE553;
}
.BgClassName
{
background-color: #DCE553;
}
</style>
border-color css
<style>
span { border-color: #DCE553; }
span { border-color: rgb(220,229,83); }
td.TdClassName
{
border-color: #DCE553;
}
.TagClassName
{
border-color: #DCE553;
}
</style>