Shades of Manz #DCDC5E
Tints of Manz #DCDC5E
RGB
CMYK
RGB Variations
Color information
#DCDC5E (or 0xDCDC5E) is known color: Manz. HEX triplet: DC, DC and 5E. RGB value is (220,220,94). Sum of RGB (Red+Green+Blue) = 220+220+94=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC5E is #2323A1. Grayscale: #CECECE. Windows color (decimal): -2302882 or 6216924. OLE color: 6216924.
HSL color Cylindrical-coordinate representation of color #DCDC5E: hue angle of 60º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCDC5E is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 94 | - |
| CMYK | 0 | 0 | 0.57 | 0.14 |
| HSL | 60º | 0.64% | 0.62% | - |
| HSV(B) | 60º | 0.57% | 0.86% | - |
| XYZ | 57.13 | 67.21 | 20.55 | - |
| YUV | 205.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 94 | 0 | 0 | 0.57 | 0.14 | 60 | 0.64 | 0.62 |
| Hex | DC | DC | 5E | 0 | 0 | 39 | E | 3C | 40 | 3E |
| Octal | 334 | 334 | 136 | 0 | 0 | 71 | 16 | 74 | 100 | 76 |
| Binary | 11011100 | 11011100 | 1011110 | 0 | 0 | 111001 | 1110 | 111100 | 1000000 | 111110 |
Color Harmonies of #DCDC5E
Complementary color
Monochromatic Colors of #DCDC5E
Black with #DCDC5E
Text Example
Text Example
White with #DCDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC5E; }
p { color: rgb(220,220,94); }
H1.HeaderClassName
{
color: #DCDC5E;
}
.AnyTagClassName
{
color: #DCDC5E;
}
</style>
background-color css
<style>
a { background-color: #DCDC5E; }
a { background-color: rgb(220,220,94); }
div.DivClassName
{
background-color: #DCDC5E;
}
.BgClassName
{
background-color: #DCDC5E;
}
</style>
border-color css
<style>
span { border-color: #DCDC5E; }
span { border-color: rgb(220,220,94); }
td.TdClassName
{
border-color: #DCDC5E;
}
.TagClassName
{
border-color: #DCDC5E;
}
</style>