Shades of Manz #DCE049
Tints of Manz #DCE049
RGB
CMYK
RGB Variations
Color information
#DCE049 (or 0xDCE049) is known color: Manz. HEX triplet: DC, E0 and 49. RGB value is (220,224,73). Sum of RGB (Red+Green+Blue) = 220+224+73=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE049 is #231FB6. Grayscale: #CECECE. Windows color (decimal): -2301879 or 4841692. OLE color: 4841692.
HSL color Cylindrical-coordinate representation of color #DCE049: hue angle of 61.59º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE049 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 73 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.12 |
| HSL | 61.59º | 0.71% | 0.58% | - |
| HSV(B) | 61.59º | 0.67% | 0.88% | - |
| XYZ | 57.37 | 69.01 | 16.6 | - |
| YUV | 205.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 73 | 0.02 | 0 | 0.67 | 0.12 | 61.59 | 0.71 | 0.58 |
| Hex | DC | E0 | 49 | 2 | 0 | 43 | C | 3E | 47 | 3A |
| Octal | 334 | 340 | 111 | 2 | 0 | 103 | 14 | 76 | 107 | 72 |
| Binary | 11011100 | 11100000 | 1001001 | 10 | 0 | 1000011 | 1100 | 111110 | 1000111 | 111010 |
Color Harmonies of #DCE049
Complementary color
Monochromatic Colors of #DCE049
Black with #DCE049
Text Example
Text Example
White with #DCE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE049; }
p { color: rgb(220,224,73); }
H1.HeaderClassName
{
color: #DCE049;
}
.AnyTagClassName
{
color: #DCE049;
}
</style>
background-color css
<style>
a { background-color: #DCE049; }
a { background-color: rgb(220,224,73); }
div.DivClassName
{
background-color: #DCE049;
}
.BgClassName
{
background-color: #DCE049;
}
</style>
border-color css
<style>
span { border-color: #DCE049; }
span { border-color: rgb(220,224,73); }
td.TdClassName
{
border-color: #DCE049;
}
.TagClassName
{
border-color: #DCE049;
}
</style>