Shades of Manz #DFD256
Tints of Manz #DFD256
RGB
CMYK
RGB Variations
Color information
#DFD256 (or 0xDFD256) is known color: Manz. HEX triplet: DF, D2 and 56. RGB value is (223,210,86). Sum of RGB (Red+Green+Blue) = 223+210+86=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD256 is #202DA9. Grayscale: #C8C8C8. Windows color (decimal): -2108842 or 5690079. OLE color: 5690079.
HSL color Cylindrical-coordinate representation of color #DFD256: hue angle of 54.31º 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 #DFD256 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 86 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.13 |
| HSL | 54.31º | 0.68% | 0.61% | - |
| HSV(B) | 54.31º | 0.61% | 0.87% | - |
| XYZ | 55.16 | 62.45 | 17.95 | - |
| YUV | 199.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 86 | 0 | 0.06 | 0.61 | 0.13 | 54.31 | 0.68 | 0.61 |
| Hex | DF | D2 | 56 | 0 | 6 | 3D | D | 36 | 44 | 3D |
| Octal | 337 | 322 | 126 | 0 | 6 | 75 | 15 | 66 | 104 | 75 |
| Binary | 11011111 | 11010010 | 1010110 | 0 | 110 | 111101 | 1101 | 110110 | 1000100 | 111101 |
Color Harmonies of #DFD256
Complementary color
Monochromatic Colors of #DFD256
Black with #DFD256
Text Example
Text Example
White with #DFD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD256; }
p { color: rgb(223,210,86); }
H1.HeaderClassName
{
color: #DFD256;
}
.AnyTagClassName
{
color: #DFD256;
}
</style>
background-color css
<style>
a { background-color: #DFD256; }
a { background-color: rgb(223,210,86); }
div.DivClassName
{
background-color: #DFD256;
}
.BgClassName
{
background-color: #DFD256;
}
</style>
border-color css
<style>
span { border-color: #DFD256; }
span { border-color: rgb(223,210,86); }
td.TdClassName
{
border-color: #DFD256;
}
.TagClassName
{
border-color: #DFD256;
}
</style>