Shades of Manz #DFDC56
Tints of Manz #DFDC56
RGB
CMYK
RGB Variations
Color information
#DFDC56 (or 0xDFDC56) is known color: Manz. HEX triplet: DF, DC and 56. RGB value is (223,220,86). Sum of RGB (Red+Green+Blue) = 223+220+86=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC56 is #2023A9. Grayscale: #CECECE. Windows color (decimal): -2106282 or 5692639. OLE color: 5692639.
HSL color Cylindrical-coordinate representation of color #DFDC56: hue angle of 58.69º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFDC56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 86 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 58.69º | 0.68% | 0.61% | - |
| HSV(B) | 58.69º | 0.61% | 0.87% | - |
| XYZ | 57.7 | 67.55 | 18.8 | - |
| YUV | 205.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 86 | 0 | 0.01 | 0.61 | 0.13 | 58.69 | 0.68 | 0.61 |
| Hex | DF | DC | 56 | 0 | 1 | 3D | D | 3B | 44 | 3D |
| Octal | 337 | 334 | 126 | 0 | 1 | 75 | 15 | 73 | 104 | 75 |
| Binary | 11011111 | 11011100 | 1010110 | 0 | 1 | 111101 | 1101 | 111011 | 1000100 | 111101 |
Color Harmonies of #DFDC56
Complementary color
Monochromatic Colors of #DFDC56
Black with #DFDC56
Text Example
Text Example
White with #DFDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC56; }
p { color: rgb(223,220,86); }
H1.HeaderClassName
{
color: #DFDC56;
}
.AnyTagClassName
{
color: #DFDC56;
}
</style>
background-color css
<style>
a { background-color: #DFDC56; }
a { background-color: rgb(223,220,86); }
div.DivClassName
{
background-color: #DFDC56;
}
.BgClassName
{
background-color: #DFDC56;
}
</style>
border-color css
<style>
span { border-color: #DFDC56; }
span { border-color: rgb(223,220,86); }
td.TdClassName
{
border-color: #DFDC56;
}
.TagClassName
{
border-color: #DFDC56;
}
</style>