Shades of Manz #DCDE5D
Tints of Manz #DCDE5D
RGB
CMYK
RGB Variations
Color information
#DCDE5D (or 0xDCDE5D) is known color: Manz. HEX triplet: DC, DE and 5D. RGB value is (220,222,93). Sum of RGB (Red+Green+Blue) = 220+222+93=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE5D is #2321A2. Grayscale: #CFCFCF. Windows color (decimal): -2302371 or 6151900. OLE color: 6151900.
HSL color Cylindrical-coordinate representation of color #DCDE5D: hue angle of 60.93º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCDE5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 93 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.13 |
| HSL | 60.93º | 0.66% | 0.62% | - |
| HSV(B) | 60.93º | 0.58% | 0.87% | - |
| XYZ | 57.61 | 68.25 | 20.49 | - |
| YUV | 206.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 93 | 0.01 | 0 | 0.58 | 0.13 | 60.93 | 0.66 | 0.62 |
| Hex | DC | DE | 5D | 1 | 0 | 3A | D | 3D | 42 | 3E |
| Octal | 334 | 336 | 135 | 1 | 0 | 72 | 15 | 75 | 102 | 76 |
| Binary | 11011100 | 11011110 | 1011101 | 1 | 0 | 111010 | 1101 | 111101 | 1000010 | 111110 |
Color Harmonies of #DCDE5D
Complementary color
Monochromatic Colors of #DCDE5D
Black with #DCDE5D
Text Example
Text Example
White with #DCDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE5D; }
p { color: rgb(220,222,93); }
H1.HeaderClassName
{
color: #DCDE5D;
}
.AnyTagClassName
{
color: #DCDE5D;
}
</style>
background-color css
<style>
a { background-color: #DCDE5D; }
a { background-color: rgb(220,222,93); }
div.DivClassName
{
background-color: #DCDE5D;
}
.BgClassName
{
background-color: #DCDE5D;
}
</style>
border-color css
<style>
span { border-color: #DCDE5D; }
span { border-color: rgb(220,222,93); }
td.TdClassName
{
border-color: #DCDE5D;
}
.TagClassName
{
border-color: #DCDE5D;
}
</style>