Shades of Manz #DCE455
Tints of Manz #DCE455
RGB
CMYK
RGB Variations
Color information
#DCE455 (or 0xDCE455) is known color: Manz. HEX triplet: DC, E4 and 55. RGB value is (220,228,85). Sum of RGB (Red+Green+Blue) = 220+228+85=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE455 is #231BAA. Grayscale: #D1D1D1. Windows color (decimal): -2300843 or 5629148. OLE color: 5629148.
HSL color Cylindrical-coordinate representation of color #DCE455: hue angle of 63.36º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCE455 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 85 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.11 |
| HSL | 63.36º | 0.73% | 0.61% | - |
| HSV(B) | 63.36º | 0.63% | 0.89% | - |
| XYZ | 58.9 | 71.36 | 19.26 | - |
| YUV | 209.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 85 | 0.04 | 0 | 0.63 | 0.11 | 63.36 | 0.73 | 0.61 |
| Hex | DC | E4 | 55 | 4 | 0 | 3F | B | 3F | 49 | 3D |
| Octal | 334 | 344 | 125 | 4 | 0 | 77 | 13 | 77 | 111 | 75 |
| Binary | 11011100 | 11100100 | 1010101 | 100 | 0 | 111111 | 1011 | 111111 | 1001001 | 111101 |
Color Harmonies of #DCE455
Complementary color
Monochromatic Colors of #DCE455
Black with #DCE455
Text Example
Text Example
White with #DCE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE455; }
p { color: rgb(220,228,85); }
H1.HeaderClassName
{
color: #DCE455;
}
.AnyTagClassName
{
color: #DCE455;
}
</style>
background-color css
<style>
a { background-color: #DCE455; }
a { background-color: rgb(220,228,85); }
div.DivClassName
{
background-color: #DCE455;
}
.BgClassName
{
background-color: #DCE455;
}
</style>
border-color css
<style>
span { border-color: #DCE455; }
span { border-color: rgb(220,228,85); }
td.TdClassName
{
border-color: #DCE455;
}
.TagClassName
{
border-color: #DCE455;
}
</style>