Shades of Manz #DCE655
Tints of Manz #DCE655
RGB
CMYK
RGB Variations
Color information
#DCE655 (or 0xDCE655) is known color: Manz. HEX triplet: DC, E6 and 55. RGB value is (220,230,85). Sum of RGB (Red+Green+Blue) = 220+230+85=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE655 is #2319AA. Grayscale: #D3D3D3. Windows color (decimal): -2300331 or 5629660. OLE color: 5629660.
HSL color Cylindrical-coordinate representation of color #DCE655: hue angle of 64.14º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCE655 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 85 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.10 |
| HSL | 64.14º | 0.74% | 0.62% | - |
| HSV(B) | 64.14º | 0.63% | 0.9% | - |
| XYZ | 59.45 | 72.47 | 19.45 | - |
| YUV | 210.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 85 | 0.04 | 0 | 0.63 | 0.10 | 64.14 | 0.74 | 0.62 |
| Hex | DC | E6 | 55 | 4 | 0 | 3F | A | 40 | 4A | 3E |
| Octal | 334 | 346 | 125 | 4 | 0 | 77 | 12 | 100 | 112 | 76 |
| Binary | 11011100 | 11100110 | 1010101 | 100 | 0 | 111111 | 1010 | 1000000 | 1001010 | 111110 |
Color Harmonies of #DCE655
Complementary color
Monochromatic Colors of #DCE655
Black with #DCE655
Text Example
Text Example
White with #DCE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE655; }
p { color: rgb(220,230,85); }
H1.HeaderClassName
{
color: #DCE655;
}
.AnyTagClassName
{
color: #DCE655;
}
</style>
background-color css
<style>
a { background-color: #DCE655; }
a { background-color: rgb(220,230,85); }
div.DivClassName
{
background-color: #DCE655;
}
.BgClassName
{
background-color: #DCE655;
}
</style>
border-color css
<style>
span { border-color: #DCE655; }
span { border-color: rgb(220,230,85); }
td.TdClassName
{
border-color: #DCE655;
}
.TagClassName
{
border-color: #DCE655;
}
</style>