Shades of Manz #DFDC60
Tints of Manz #DFDC60
RGB
CMYK
RGB Variations
Color information
#DFDC60 (or 0xDFDC60) is known color: Manz. HEX triplet: DF, DC and 60. RGB value is (223,220,96). Sum of RGB (Red+Green+Blue) = 223+220+96=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC60 is #20239F. Grayscale: #CFCFCF. Windows color (decimal): -2106272 or 6347999. OLE color: 6347999.
HSL color Cylindrical-coordinate representation of color #DFDC60: hue angle of 58.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFDC60 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 96 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.13 |
| HSL | 58.58º | 0.66% | 0.63% | - |
| HSV(B) | 58.58º | 0.57% | 0.87% | - |
| XYZ | 58.14 | 67.72 | 21.07 | - |
| YUV | 206.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 96 | 0 | 0.01 | 0.57 | 0.13 | 58.58 | 0.66 | 0.63 |
| Hex | DF | DC | 60 | 0 | 1 | 39 | D | 3B | 42 | 3F |
| Octal | 337 | 334 | 140 | 0 | 1 | 71 | 15 | 73 | 102 | 77 |
| Binary | 11011111 | 11011100 | 1100000 | 0 | 1 | 111001 | 1101 | 111011 | 1000010 | 111111 |
Color Harmonies of #DFDC60
Complementary color
Monochromatic Colors of #DFDC60
Black with #DFDC60
Text Example
Text Example
White with #DFDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC60; }
p { color: rgb(223,220,96); }
H1.HeaderClassName
{
color: #DFDC60;
}
.AnyTagClassName
{
color: #DFDC60;
}
</style>
background-color css
<style>
a { background-color: #DFDC60; }
a { background-color: rgb(223,220,96); }
div.DivClassName
{
background-color: #DFDC60;
}
.BgClassName
{
background-color: #DFDC60;
}
</style>
border-color css
<style>
span { border-color: #DFDC60; }
span { border-color: rgb(223,220,96); }
td.TdClassName
{
border-color: #DFDC60;
}
.TagClassName
{
border-color: #DFDC60;
}
</style>