Shades of Manz #DCE14D
Tints of Manz #DCE14D
RGB
CMYK
RGB Variations
Color information
#DCE14D (or 0xDCE14D) is known color: Manz. HEX triplet: DC, E1 and 4D. RGB value is (220,225,77). Sum of RGB (Red+Green+Blue) = 220+225+77=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE14D is #231EB2. Grayscale: #CFCFCF. Windows color (decimal): -2301619 or 5104092. OLE color: 5104092.
HSL color Cylindrical-coordinate representation of color #DCE14D: hue angle of 62.03º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCE14D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 77 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.12 |
| HSL | 62.03º | 0.71% | 0.59% | - |
| HSV(B) | 62.03º | 0.66% | 0.88% | - |
| XYZ | 57.78 | 69.6 | 17.41 | - |
| YUV | 206.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 77 | 0.02 | 0 | 0.66 | 0.12 | 62.03 | 0.71 | 0.59 |
| Hex | DC | E1 | 4D | 2 | 0 | 42 | C | 3E | 47 | 3B |
| Octal | 334 | 341 | 115 | 2 | 0 | 102 | 14 | 76 | 107 | 73 |
| Binary | 11011100 | 11100001 | 1001101 | 10 | 0 | 1000010 | 1100 | 111110 | 1000111 | 111011 |
Color Harmonies of #DCE14D
Complementary color
Monochromatic Colors of #DCE14D
Black with #DCE14D
Text Example
Text Example
White with #DCE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE14D; }
p { color: rgb(220,225,77); }
H1.HeaderClassName
{
color: #DCE14D;
}
.AnyTagClassName
{
color: #DCE14D;
}
</style>
background-color css
<style>
a { background-color: #DCE14D; }
a { background-color: rgb(220,225,77); }
div.DivClassName
{
background-color: #DCE14D;
}
.BgClassName
{
background-color: #DCE14D;
}
</style>
border-color css
<style>
span { border-color: #DCE14D; }
span { border-color: rgb(220,225,77); }
td.TdClassName
{
border-color: #DCE14D;
}
.TagClassName
{
border-color: #DCE14D;
}
</style>