Shades of Manz #DCE04C
Tints of Manz #DCE04C
RGB
CMYK
RGB Variations
Color information
#DCE04C (or 0xDCE04C) is known color: Manz. HEX triplet: DC, E0 and 4C. RGB value is (220,224,76). Sum of RGB (Red+Green+Blue) = 220+224+76=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE04C is #231FB3. Grayscale: #CECECE. Windows color (decimal): -2301876 or 5038300. OLE color: 5038300.
HSL color Cylindrical-coordinate representation of color #DCE04C: hue angle of 61.62º degrees, saturation: 0.7, 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 #DCE04C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 76 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.12 |
| HSL | 61.62º | 0.7% | 0.59% | - |
| HSV(B) | 61.62º | 0.66% | 0.88% | - |
| XYZ | 57.48 | 69.05 | 17.14 | - |
| YUV | 205.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 76 | 0.02 | 0 | 0.66 | 0.12 | 61.62 | 0.7 | 0.59 |
| Hex | DC | E0 | 4C | 2 | 0 | 42 | C | 3E | 46 | 3B |
| Octal | 334 | 340 | 114 | 2 | 0 | 102 | 14 | 76 | 106 | 73 |
| Binary | 11011100 | 11100000 | 1001100 | 10 | 0 | 1000010 | 1100 | 111110 | 1000110 | 111011 |
Color Harmonies of #DCE04C
Complementary color
Monochromatic Colors of #DCE04C
Black with #DCE04C
Text Example
Text Example
White with #DCE04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE04C; }
p { color: rgb(220,224,76); }
H1.HeaderClassName
{
color: #DCE04C;
}
.AnyTagClassName
{
color: #DCE04C;
}
</style>
background-color css
<style>
a { background-color: #DCE04C; }
a { background-color: rgb(220,224,76); }
div.DivClassName
{
background-color: #DCE04C;
}
.BgClassName
{
background-color: #DCE04C;
}
</style>
border-color css
<style>
span { border-color: #DCE04C; }
span { border-color: rgb(220,224,76); }
td.TdClassName
{
border-color: #DCE04C;
}
.TagClassName
{
border-color: #DCE04C;
}
</style>