Shades of Manz #DCE04F
Tints of Manz #DCE04F
RGB
CMYK
RGB Variations
Color information
#DCE04F (or 0xDCE04F) is known color: Manz. HEX triplet: DC, E0 and 4F. RGB value is (220,224,79). Sum of RGB (Red+Green+Blue) = 220+224+79=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE04F is #231FB0. Grayscale: #CECECE. Windows color (decimal): -2301873 or 5234908. OLE color: 5234908.
HSL color Cylindrical-coordinate representation of color #DCE04F: hue angle of 61.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCE04F is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 79 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.12 |
| HSL | 61.66º | 0.7% | 0.59% | - |
| HSV(B) | 61.66º | 0.65% | 0.88% | - |
| XYZ | 57.58 | 69.09 | 17.7 | - |
| YUV | 206.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 79 | 0.02 | 0 | 0.65 | 0.12 | 61.66 | 0.7 | 0.59 |
| Hex | DC | E0 | 4F | 2 | 0 | 41 | C | 3E | 46 | 3B |
| Octal | 334 | 340 | 117 | 2 | 0 | 101 | 14 | 76 | 106 | 73 |
| Binary | 11011100 | 11100000 | 1001111 | 10 | 0 | 1000001 | 1100 | 111110 | 1000110 | 111011 |
Color Harmonies of #DCE04F
Complementary color
Monochromatic Colors of #DCE04F
Black with #DCE04F
Text Example
Text Example
White with #DCE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE04F; }
p { color: rgb(220,224,79); }
H1.HeaderClassName
{
color: #DCE04F;
}
.AnyTagClassName
{
color: #DCE04F;
}
</style>
background-color css
<style>
a { background-color: #DCE04F; }
a { background-color: rgb(220,224,79); }
div.DivClassName
{
background-color: #DCE04F;
}
.BgClassName
{
background-color: #DCE04F;
}
</style>
border-color css
<style>
span { border-color: #DCE04F; }
span { border-color: rgb(220,224,79); }
td.TdClassName
{
border-color: #DCE04F;
}
.TagClassName
{
border-color: #DCE04F;
}
</style>