Shades of Manz #DFDF56
Tints of Manz #DFDF56
RGB
CMYK
RGB Variations
Color information
#DFDF56 (or 0xDFDF56) is known color: Manz. HEX triplet: DF, DF and 56. RGB value is (223,223,86). Sum of RGB (Red+Green+Blue) = 223+223+86=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF56 is #2020A9. Grayscale: #CFCFCF. Windows color (decimal): -2105514 or 5693407. OLE color: 5693407.
HSL color Cylindrical-coordinate representation of color #DFDF56: hue angle of 60º 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 #DFDF56 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 86 | - |
| CMYK | 0 | 0 | 0.61 | 0.13 |
| HSL | 60º | 0.68% | 0.61% | - |
| HSV(B) | 60º | 0.61% | 0.87% | - |
| XYZ | 58.5 | 69.14 | 19.07 | - |
| YUV | 207.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 86 | 0 | 0 | 0.61 | 0.13 | 60 | 0.68 | 0.61 |
| Hex | DF | DF | 56 | 0 | 0 | 3D | D | 3C | 44 | 3D |
| Octal | 337 | 337 | 126 | 0 | 0 | 75 | 15 | 74 | 104 | 75 |
| Binary | 11011111 | 11011111 | 1010110 | 0 | 0 | 111101 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DFDF56
Complementary color
Monochromatic Colors of #DFDF56
Black with #DFDF56
Text Example
Text Example
White with #DFDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF56; }
p { color: rgb(223,223,86); }
H1.HeaderClassName
{
color: #DFDF56;
}
.AnyTagClassName
{
color: #DFDF56;
}
</style>
background-color css
<style>
a { background-color: #DFDF56; }
a { background-color: rgb(223,223,86); }
div.DivClassName
{
background-color: #DFDF56;
}
.BgClassName
{
background-color: #DFDF56;
}
</style>
border-color css
<style>
span { border-color: #DFDF56; }
span { border-color: rgb(223,223,86); }
td.TdClassName
{
border-color: #DFDF56;
}
.TagClassName
{
border-color: #DFDF56;
}
</style>