Shades of Manz #DCDF5D
Tints of Manz #DCDF5D
RGB
CMYK
RGB Variations
Color information
#DCDF5D (or 0xDCDF5D) is known color: Manz. HEX triplet: DC, DF and 5D. RGB value is (220,223,93). Sum of RGB (Red+Green+Blue) = 220+223+93=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF5D is #2320A2. Grayscale: #CFCFCF. Windows color (decimal): -2302115 or 6152156. OLE color: 6152156.
HSL color Cylindrical-coordinate representation of color #DCDF5D: hue angle of 61.38º degrees, saturation: 0.67, 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 #DCDF5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 93 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.13 |
| HSL | 61.38º | 0.67% | 0.62% | - |
| HSV(B) | 61.38º | 0.58% | 0.87% | - |
| XYZ | 57.88 | 68.78 | 20.58 | - |
| YUV | 207.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 93 | 0.01 | 0 | 0.58 | 0.13 | 61.38 | 0.67 | 0.62 |
| Hex | DC | DF | 5D | 1 | 0 | 3A | D | 3D | 43 | 3E |
| Octal | 334 | 337 | 135 | 1 | 0 | 72 | 15 | 75 | 103 | 76 |
| Binary | 11011100 | 11011111 | 1011101 | 1 | 0 | 111010 | 1101 | 111101 | 1000011 | 111110 |
Color Harmonies of #DCDF5D
Complementary color
Monochromatic Colors of #DCDF5D
Black with #DCDF5D
Text Example
Text Example
White with #DCDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF5D; }
p { color: rgb(220,223,93); }
H1.HeaderClassName
{
color: #DCDF5D;
}
.AnyTagClassName
{
color: #DCDF5D;
}
</style>
background-color css
<style>
a { background-color: #DCDF5D; }
a { background-color: rgb(220,223,93); }
div.DivClassName
{
background-color: #DCDF5D;
}
.BgClassName
{
background-color: #DCDF5D;
}
</style>
border-color css
<style>
span { border-color: #DCDF5D; }
span { border-color: rgb(220,223,93); }
td.TdClassName
{
border-color: #DCDF5D;
}
.TagClassName
{
border-color: #DCDF5D;
}
</style>