Shades of Manz #DCE44D
Tints of Manz #DCE44D
RGB
CMYK
RGB Variations
Color information
#DCE44D (or 0xDCE44D) is known color: Manz. HEX triplet: DC, E4 and 4D. RGB value is (220,228,77). Sum of RGB (Red+Green+Blue) = 220+228+77=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE44D is #231BB2. Grayscale: #D0D0D0. Windows color (decimal): -2300851 or 5104860. OLE color: 5104860.
HSL color Cylindrical-coordinate representation of color #DCE44D: hue angle of 63.18º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCE44D is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 77 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.11 |
| HSL | 63.18º | 0.74% | 0.6% | - |
| HSV(B) | 63.18º | 0.66% | 0.89% | - |
| XYZ | 58.6 | 71.24 | 17.68 | - |
| YUV | 208.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 77 | 0.04 | 0 | 0.66 | 0.11 | 63.18 | 0.74 | 0.6 |
| Hex | DC | E4 | 4D | 4 | 0 | 42 | B | 3F | 4A | 3C |
| Octal | 334 | 344 | 115 | 4 | 0 | 102 | 13 | 77 | 112 | 74 |
| Binary | 11011100 | 11100100 | 1001101 | 100 | 0 | 1000010 | 1011 | 111111 | 1001010 | 111100 |
Color Harmonies of #DCE44D
Complementary color
Monochromatic Colors of #DCE44D
Black with #DCE44D
Text Example
Text Example
White with #DCE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE44D; }
p { color: rgb(220,228,77); }
H1.HeaderClassName
{
color: #DCE44D;
}
.AnyTagClassName
{
color: #DCE44D;
}
</style>
background-color css
<style>
a { background-color: #DCE44D; }
a { background-color: rgb(220,228,77); }
div.DivClassName
{
background-color: #DCE44D;
}
.BgClassName
{
background-color: #DCE44D;
}
</style>
border-color css
<style>
span { border-color: #DCE44D; }
span { border-color: rgb(220,228,77); }
td.TdClassName
{
border-color: #DCE44D;
}
.TagClassName
{
border-color: #DCE44D;
}
</style>