Shades of Manz #DCDE49
Tints of Manz #DCDE49
RGB
CMYK
RGB Variations
Color information
#DCDE49 (or 0xDCDE49) is known color: Manz. HEX triplet: DC, DE and 49. RGB value is (220,222,73). Sum of RGB (Red+Green+Blue) = 220+222+73=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE49 is #2321B6. Grayscale: #CDCDCD. Windows color (decimal): -2302391 or 4841180. OLE color: 4841180.
HSL color Cylindrical-coordinate representation of color #DCDE49: hue angle of 60.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCDE49 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 73 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.13 |
| HSL | 60.81º | 0.69% | 0.58% | - |
| HSV(B) | 60.81º | 0.67% | 0.87% | - |
| XYZ | 56.84 | 67.94 | 16.42 | - |
| YUV | 204.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 73 | 0.01 | 0 | 0.67 | 0.13 | 60.81 | 0.69 | 0.58 |
| Hex | DC | DE | 49 | 1 | 0 | 43 | D | 3D | 45 | 3A |
| Octal | 334 | 336 | 111 | 1 | 0 | 103 | 15 | 75 | 105 | 72 |
| Binary | 11011100 | 11011110 | 1001001 | 1 | 0 | 1000011 | 1101 | 111101 | 1000101 | 111010 |
Color Harmonies of #DCDE49
Complementary color
Monochromatic Colors of #DCDE49
Black with #DCDE49
Text Example
Text Example
White with #DCDE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE49; }
p { color: rgb(220,222,73); }
H1.HeaderClassName
{
color: #DCDE49;
}
.AnyTagClassName
{
color: #DCDE49;
}
</style>
background-color css
<style>
a { background-color: #DCDE49; }
a { background-color: rgb(220,222,73); }
div.DivClassName
{
background-color: #DCDE49;
}
.BgClassName
{
background-color: #DCDE49;
}
</style>
border-color css
<style>
span { border-color: #DCDE49; }
span { border-color: rgb(220,222,73); }
td.TdClassName
{
border-color: #DCDE49;
}
.TagClassName
{
border-color: #DCDE49;
}
</style>