Shades of Manz #DFCD56
Tints of Manz #DFCD56
RGB
CMYK
RGB Variations
Color information
#DFCD56 (or 0xDFCD56) is known color: Manz. HEX triplet: DF, CD and 56. RGB value is (223,205,86). Sum of RGB (Red+Green+Blue) = 223+205+86=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD56 is #2032A9. Grayscale: #C5C5C5. Windows color (decimal): -2110122 or 5688799. OLE color: 5688799.
HSL color Cylindrical-coordinate representation of color #DFCD56: hue angle of 52.12º 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 #DFCD56 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 86 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.13 |
| HSL | 52.12º | 0.68% | 0.61% | - |
| HSV(B) | 52.12º | 0.61% | 0.87% | - |
| XYZ | 53.94 | 60.02 | 17.55 | - |
| YUV | 196.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 86 | 0 | 0.08 | 0.61 | 0.13 | 52.12 | 0.68 | 0.61 |
| Hex | DF | CD | 56 | 0 | 8 | 3D | D | 34 | 44 | 3D |
| Octal | 337 | 315 | 126 | 0 | 10 | 75 | 15 | 64 | 104 | 75 |
| Binary | 11011111 | 11001101 | 1010110 | 0 | 1000 | 111101 | 1101 | 110100 | 1000100 | 111101 |
Color Harmonies of #DFCD56
Complementary color
Monochromatic Colors of #DFCD56
Black with #DFCD56
Text Example
Text Example
White with #DFCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD56; }
p { color: rgb(223,205,86); }
H1.HeaderClassName
{
color: #DFCD56;
}
.AnyTagClassName
{
color: #DFCD56;
}
</style>
background-color css
<style>
a { background-color: #DFCD56; }
a { background-color: rgb(223,205,86); }
div.DivClassName
{
background-color: #DFCD56;
}
.BgClassName
{
background-color: #DFCD56;
}
</style>
border-color css
<style>
span { border-color: #DFCD56; }
span { border-color: rgb(223,205,86); }
td.TdClassName
{
border-color: #DFCD56;
}
.TagClassName
{
border-color: #DFCD56;
}
</style>