Shades of Manz #DCE14C
Tints of Manz #DCE14C
RGB
CMYK
RGB Variations
Color information
#DCE14C (or 0xDCE14C) is known color: Manz. HEX triplet: DC, E1 and 4C. RGB value is (220,225,76). Sum of RGB (Red+Green+Blue) = 220+225+76=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE14C is #231EB3. Grayscale: #CFCFCF. Windows color (decimal): -2301620 or 5038556. OLE color: 5038556.
HSL color Cylindrical-coordinate representation of color #DCE14C: hue angle of 62.01º 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 #DCE14C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 76 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.12 |
| HSL | 62.01º | 0.71% | 0.59% | - |
| HSV(B) | 62.01º | 0.66% | 0.88% | - |
| XYZ | 57.74 | 69.59 | 17.23 | - |
| YUV | 206.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 76 | 0.02 | 0 | 0.66 | 0.12 | 62.01 | 0.71 | 0.59 |
| Hex | DC | E1 | 4C | 2 | 0 | 42 | C | 3E | 47 | 3B |
| Octal | 334 | 341 | 114 | 2 | 0 | 102 | 14 | 76 | 107 | 73 |
| Binary | 11011100 | 11100001 | 1001100 | 10 | 0 | 1000010 | 1100 | 111110 | 1000111 | 111011 |
Color Harmonies of #DCE14C
Complementary color
Monochromatic Colors of #DCE14C
Black with #DCE14C
Text Example
Text Example
White with #DCE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE14C; }
p { color: rgb(220,225,76); }
H1.HeaderClassName
{
color: #DCE14C;
}
.AnyTagClassName
{
color: #DCE14C;
}
</style>
background-color css
<style>
a { background-color: #DCE14C; }
a { background-color: rgb(220,225,76); }
div.DivClassName
{
background-color: #DCE14C;
}
.BgClassName
{
background-color: #DCE14C;
}
</style>
border-color css
<style>
span { border-color: #DCE14C; }
span { border-color: rgb(220,225,76); }
td.TdClassName
{
border-color: #DCE14C;
}
.TagClassName
{
border-color: #DCE14C;
}
</style>