Shades of Manz #DCE650
Tints of Manz #DCE650
RGB
CMYK
RGB Variations
Color information
#DCE650 (or 0xDCE650) is known color: Manz. HEX triplet: DC, E6 and 50. RGB value is (220,230,80). Sum of RGB (Red+Green+Blue) = 220+230+80=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE650 is #2319AF. Grayscale: #D2D2D2. Windows color (decimal): -2300336 or 5301980. OLE color: 5301980.
HSL color Cylindrical-coordinate representation of color #DCE650: hue angle of 64º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCE650 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 80 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.10 |
| HSL | 64º | 0.75% | 0.61% | - |
| HSV(B) | 64º | 0.65% | 0.9% | - |
| XYZ | 59.26 | 72.39 | 18.44 | - |
| YUV | 209.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 80 | 0.04 | 0 | 0.65 | 0.10 | 64 | 0.75 | 0.61 |
| Hex | DC | E6 | 50 | 4 | 0 | 41 | A | 40 | 4B | 3D |
| Octal | 334 | 346 | 120 | 4 | 0 | 101 | 12 | 100 | 113 | 75 |
| Binary | 11011100 | 11100110 | 1010000 | 100 | 0 | 1000001 | 1010 | 1000000 | 1001011 | 111101 |
Color Harmonies of #DCE650
Complementary color
Monochromatic Colors of #DCE650
Black with #DCE650
Text Example
Text Example
White with #DCE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE650; }
p { color: rgb(220,230,80); }
H1.HeaderClassName
{
color: #DCE650;
}
.AnyTagClassName
{
color: #DCE650;
}
</style>
background-color css
<style>
a { background-color: #DCE650; }
a { background-color: rgb(220,230,80); }
div.DivClassName
{
background-color: #DCE650;
}
.BgClassName
{
background-color: #DCE650;
}
</style>
border-color css
<style>
span { border-color: #DCE650; }
span { border-color: rgb(220,230,80); }
td.TdClassName
{
border-color: #DCE650;
}
.TagClassName
{
border-color: #DCE650;
}
</style>