Shades of Manz #DCDF5F
Tints of Manz #DCDF5F
RGB
CMYK
RGB Variations
Color information
#DCDF5F (or 0xDCDF5F) is known color: Manz. HEX triplet: DC, DF and 5F. RGB value is (220,223,95). Sum of RGB (Red+Green+Blue) = 220+223+95=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF5F is #2320A0. Grayscale: #D0D0D0. Windows color (decimal): -2302113 or 6283228. OLE color: 6283228.
HSL color Cylindrical-coordinate representation of color #DCDF5F: hue angle of 61.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCDF5F is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 95 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.13 |
| HSL | 61.41º | 0.67% | 0.62% | - |
| HSV(B) | 61.41º | 0.57% | 0.87% | - |
| XYZ | 57.97 | 68.82 | 21.05 | - |
| YUV | 207.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 95 | 0.01 | 0 | 0.57 | 0.13 | 61.41 | 0.67 | 0.62 |
| Hex | DC | DF | 5F | 1 | 0 | 39 | D | 3D | 43 | 3E |
| Octal | 334 | 337 | 137 | 1 | 0 | 71 | 15 | 75 | 103 | 76 |
| Binary | 11011100 | 11011111 | 1011111 | 1 | 0 | 111001 | 1101 | 111101 | 1000011 | 111110 |
Color Harmonies of #DCDF5F
Complementary color
Monochromatic Colors of #DCDF5F
Black with #DCDF5F
Text Example
Text Example
White with #DCDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF5F; }
p { color: rgb(220,223,95); }
H1.HeaderClassName
{
color: #DCDF5F;
}
.AnyTagClassName
{
color: #DCDF5F;
}
</style>
background-color css
<style>
a { background-color: #DCDF5F; }
a { background-color: rgb(220,223,95); }
div.DivClassName
{
background-color: #DCDF5F;
}
.BgClassName
{
background-color: #DCDF5F;
}
</style>
border-color css
<style>
span { border-color: #DCDF5F; }
span { border-color: rgb(220,223,95); }
td.TdClassName
{
border-color: #DCDF5F;
}
.TagClassName
{
border-color: #DCDF5F;
}
</style>