Shades of Manz #DCE654
Tints of Manz #DCE654
RGB
CMYK
RGB Variations
Color information
#DCE654 (or 0xDCE654) is known color: Manz. HEX triplet: DC, E6 and 54. RGB value is (220,230,84). Sum of RGB (Red+Green+Blue) = 220+230+84=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE654 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE654 is #2319AB. Grayscale: #D2D2D2. Windows color (decimal): -2300332 or 5564124. OLE color: 5564124.
HSL color Cylindrical-coordinate representation of color #DCE654: hue angle of 64.11º 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 #DCE654 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 84 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.10 |
| HSL | 64.11º | 0.74% | 0.62% | - |
| HSV(B) | 64.11º | 0.63% | 0.9% | - |
| XYZ | 59.41 | 72.45 | 19.24 | - |
| YUV | 210.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 84 | 0.04 | 0 | 0.63 | 0.10 | 64.11 | 0.74 | 0.62 |
| Hex | DC | E6 | 54 | 4 | 0 | 3F | A | 40 | 4A | 3E |
| Octal | 334 | 346 | 124 | 4 | 0 | 77 | 12 | 100 | 112 | 76 |
| Binary | 11011100 | 11100110 | 1010100 | 100 | 0 | 111111 | 1010 | 1000000 | 1001010 | 111110 |
Color Harmonies of #DCE654
Complementary color
Monochromatic Colors of #DCE654
Black with #DCE654
Text Example
Text Example
White with #DCE654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE654; }
p { color: rgb(220,230,84); }
H1.HeaderClassName
{
color: #DCE654;
}
.AnyTagClassName
{
color: #DCE654;
}
</style>
background-color css
<style>
a { background-color: #DCE654; }
a { background-color: rgb(220,230,84); }
div.DivClassName
{
background-color: #DCE654;
}
.BgClassName
{
background-color: #DCE654;
}
</style>
border-color css
<style>
span { border-color: #DCE654; }
span { border-color: rgb(220,230,84); }
td.TdClassName
{
border-color: #DCE654;
}
.TagClassName
{
border-color: #DCE654;
}
</style>