Shades of Manz #DFD959
Tints of Manz #DFD959
RGB
CMYK
RGB Variations
Color information
#DFD959 (or 0xDFD959) is known color: Manz. HEX triplet: DF, D9 and 59. RGB value is (223,217,89). Sum of RGB (Red+Green+Blue) = 223+217+89=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD959 is #2026A6. Grayscale: #CCCCCC. Windows color (decimal): -2107047 or 5888479. OLE color: 5888479.
HSL color Cylindrical-coordinate representation of color #DFD959: hue angle of 57.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFD959 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 89 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.13 |
| HSL | 57.31º | 0.68% | 0.61% | - |
| HSV(B) | 57.31º | 0.6% | 0.87% | - |
| XYZ | 57.05 | 66.03 | 19.19 | - |
| YUV | 204.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 89 | 0 | 0.03 | 0.60 | 0.13 | 57.31 | 0.68 | 0.61 |
| Hex | DF | D9 | 59 | 0 | 3 | 3C | D | 39 | 44 | 3D |
| Octal | 337 | 331 | 131 | 0 | 3 | 74 | 15 | 71 | 104 | 75 |
| Binary | 11011111 | 11011001 | 1011001 | 0 | 11 | 111100 | 1101 | 111001 | 1000100 | 111101 |
Color Harmonies of #DFD959
Complementary color
Monochromatic Colors of #DFD959
Black with #DFD959
Text Example
Text Example
White with #DFD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD959; }
p { color: rgb(223,217,89); }
H1.HeaderClassName
{
color: #DFD959;
}
.AnyTagClassName
{
color: #DFD959;
}
</style>
background-color css
<style>
a { background-color: #DFD959; }
a { background-color: rgb(223,217,89); }
div.DivClassName
{
background-color: #DFD959;
}
.BgClassName
{
background-color: #DFD959;
}
</style>
border-color css
<style>
span { border-color: #DFD959; }
span { border-color: rgb(223,217,89); }
td.TdClassName
{
border-color: #DFD959;
}
.TagClassName
{
border-color: #DFD959;
}
</style>