Shades of Manz #DCE14A
Tints of Manz #DCE14A
RGB
CMYK
RGB Variations
Color information
#DCE14A (or 0xDCE14A) is known color: Manz. HEX triplet: DC, E1 and 4A. RGB value is (220,225,74). Sum of RGB (Red+Green+Blue) = 220+225+74=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE14A is #231EB5. Grayscale: #CECECE. Windows color (decimal): -2301622 or 4907484. OLE color: 4907484.
HSL color Cylindrical-coordinate representation of color #DCE14A: hue angle of 61.99º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE14A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.12 |
| HSL | 61.99º | 0.72% | 0.59% | - |
| HSV(B) | 61.99º | 0.67% | 0.88% | - |
| XYZ | 57.68 | 69.56 | 16.87 | - |
| YUV | 206.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 74 | 0.02 | 0 | 0.67 | 0.12 | 61.99 | 0.72 | 0.59 |
| Hex | DC | E1 | 4A | 2 | 0 | 43 | C | 3E | 48 | 3B |
| Octal | 334 | 341 | 112 | 2 | 0 | 103 | 14 | 76 | 110 | 73 |
| Binary | 11011100 | 11100001 | 1001010 | 10 | 0 | 1000011 | 1100 | 111110 | 1001000 | 111011 |
Color Harmonies of #DCE14A
Complementary color
Monochromatic Colors of #DCE14A
Black with #DCE14A
Text Example
Text Example
White with #DCE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE14A; }
p { color: rgb(220,225,74); }
H1.HeaderClassName
{
color: #DCE14A;
}
.AnyTagClassName
{
color: #DCE14A;
}
</style>
background-color css
<style>
a { background-color: #DCE14A; }
a { background-color: rgb(220,225,74); }
div.DivClassName
{
background-color: #DCE14A;
}
.BgClassName
{
background-color: #DCE14A;
}
</style>
border-color css
<style>
span { border-color: #DCE14A; }
span { border-color: rgb(220,225,74); }
td.TdClassName
{
border-color: #DCE14A;
}
.TagClassName
{
border-color: #DCE14A;
}
</style>