Shades of Manz #DFD656
Tints of Manz #DFD656
RGB
CMYK
RGB Variations
Color information
#DFD656 (or 0xDFD656) is known color: Manz. HEX triplet: DF, D6 and 56. RGB value is (223,214,86). Sum of RGB (Red+Green+Blue) = 223+214+86=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD656 is #2029A9. Grayscale: #CACACA. Windows color (decimal): -2107818 or 5691103. OLE color: 5691103.
HSL color Cylindrical-coordinate representation of color #DFD656: hue angle of 56.06º 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 #DFD656 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.13 |
| HSL | 56.06º | 0.68% | 0.61% | - |
| HSV(B) | 56.06º | 0.61% | 0.87% | - |
| XYZ | 56.16 | 64.45 | 18.28 | - |
| YUV | 202.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 86 | 0 | 0.04 | 0.61 | 0.13 | 56.06 | 0.68 | 0.61 |
| Hex | DF | D6 | 56 | 0 | 4 | 3D | D | 38 | 44 | 3D |
| Octal | 337 | 326 | 126 | 0 | 4 | 75 | 15 | 70 | 104 | 75 |
| Binary | 11011111 | 11010110 | 1010110 | 0 | 100 | 111101 | 1101 | 111000 | 1000100 | 111101 |
Color Harmonies of #DFD656
Complementary color
Monochromatic Colors of #DFD656
Black with #DFD656
Text Example
Text Example
White with #DFD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD656; }
p { color: rgb(223,214,86); }
H1.HeaderClassName
{
color: #DFD656;
}
.AnyTagClassName
{
color: #DFD656;
}
</style>
background-color css
<style>
a { background-color: #DFD656; }
a { background-color: rgb(223,214,86); }
div.DivClassName
{
background-color: #DFD656;
}
.BgClassName
{
background-color: #DFD656;
}
</style>
border-color css
<style>
span { border-color: #DFD656; }
span { border-color: rgb(223,214,86); }
td.TdClassName
{
border-color: #DFD656;
}
.TagClassName
{
border-color: #DFD656;
}
</style>