Shades of Manz #DCE653
Tints of Manz #DCE653
RGB
CMYK
RGB Variations
Color information
#DCE653 (or 0xDCE653) is known color: Manz. HEX triplet: DC, E6 and 53. RGB value is (220,230,83). Sum of RGB (Red+Green+Blue) = 220+230+83=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE653 is #2319AC. Grayscale: #D2D2D2. Windows color (decimal): -2300333 or 5498588. OLE color: 5498588.
HSL color Cylindrical-coordinate representation of color #DCE653: hue angle of 64.08º degrees, saturation: 0.75, 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 #DCE653 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 83 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.10 |
| HSL | 64.08º | 0.75% | 0.61% | - |
| HSV(B) | 64.08º | 0.64% | 0.9% | - |
| XYZ | 59.37 | 72.43 | 19.04 | - |
| YUV | 210.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 83 | 0.04 | 0 | 0.64 | 0.10 | 64.08 | 0.75 | 0.61 |
| Hex | DC | E6 | 53 | 4 | 0 | 40 | A | 40 | 4B | 3D |
| Octal | 334 | 346 | 123 | 4 | 0 | 100 | 12 | 100 | 113 | 75 |
| Binary | 11011100 | 11100110 | 1010011 | 100 | 0 | 1000000 | 1010 | 1000000 | 1001011 | 111101 |
Color Harmonies of #DCE653
Complementary color
Monochromatic Colors of #DCE653
Black with #DCE653
Text Example
Text Example
White with #DCE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE653; }
p { color: rgb(220,230,83); }
H1.HeaderClassName
{
color: #DCE653;
}
.AnyTagClassName
{
color: #DCE653;
}
</style>
background-color css
<style>
a { background-color: #DCE653; }
a { background-color: rgb(220,230,83); }
div.DivClassName
{
background-color: #DCE653;
}
.BgClassName
{
background-color: #DCE653;
}
</style>
border-color css
<style>
span { border-color: #DCE653; }
span { border-color: rgb(220,230,83); }
td.TdClassName
{
border-color: #DCE653;
}
.TagClassName
{
border-color: #DCE653;
}
</style>