Shades of Manz #DCE04A
Tints of Manz #DCE04A
RGB
CMYK
RGB Variations
Color information
#DCE04A (or 0xDCE04A) is known color: Manz. HEX triplet: DC, E0 and 4A. RGB value is (220,224,74). Sum of RGB (Red+Green+Blue) = 220+224+74=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE04A is #231FB5. Grayscale: #CECECE. Windows color (decimal): -2301878 or 4907228. OLE color: 4907228.
HSL color Cylindrical-coordinate representation of color #DCE04A: hue angle of 61.6º 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 #DCE04A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.12 |
| HSL | 61.6º | 0.71% | 0.58% | - |
| HSV(B) | 61.6º | 0.67% | 0.88% | - |
| XYZ | 57.41 | 69.02 | 16.78 | - |
| YUV | 205.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 74 | 0.02 | 0 | 0.67 | 0.12 | 61.6 | 0.71 | 0.58 |
| Hex | DC | E0 | 4A | 2 | 0 | 43 | C | 3E | 47 | 3A |
| Octal | 334 | 340 | 112 | 2 | 0 | 103 | 14 | 76 | 107 | 72 |
| Binary | 11011100 | 11100000 | 1001010 | 10 | 0 | 1000011 | 1100 | 111110 | 1000111 | 111010 |
Color Harmonies of #DCE04A
Complementary color
Monochromatic Colors of #DCE04A
Black with #DCE04A
Text Example
Text Example
White with #DCE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE04A; }
p { color: rgb(220,224,74); }
H1.HeaderClassName
{
color: #DCE04A;
}
.AnyTagClassName
{
color: #DCE04A;
}
</style>
background-color css
<style>
a { background-color: #DCE04A; }
a { background-color: rgb(220,224,74); }
div.DivClassName
{
background-color: #DCE04A;
}
.BgClassName
{
background-color: #DCE04A;
}
</style>
border-color css
<style>
span { border-color: #DCE04A; }
span { border-color: rgb(220,224,74); }
td.TdClassName
{
border-color: #DCE04A;
}
.TagClassName
{
border-color: #DCE04A;
}
</style>