Shades of Manz #DFD358
Tints of Manz #DFD358
RGB
CMYK
RGB Variations
Color information
#DFD358 (or 0xDFD358) is known color: Manz. HEX triplet: DF, D3 and 58. RGB value is (223,211,88). Sum of RGB (Red+Green+Blue) = 223+211+88=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD358 is #202CA7. Grayscale: #C9C9C9. Windows color (decimal): -2108584 or 5821407. OLE color: 5821407.
HSL color Cylindrical-coordinate representation of color #DFD358: hue angle of 54.67º 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 #DFD358 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 88 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 54.67º | 0.68% | 0.61% | - |
| HSV(B) | 54.67º | 0.61% | 0.87% | - |
| XYZ | 55.49 | 62.98 | 18.46 | - |
| YUV | 200.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 88 | 0 | 0.05 | 0.61 | 0.13 | 54.67 | 0.68 | 0.61 |
| Hex | DF | D3 | 58 | 0 | 5 | 3D | D | 37 | 44 | 3D |
| Octal | 337 | 323 | 130 | 0 | 5 | 75 | 15 | 67 | 104 | 75 |
| Binary | 11011111 | 11010011 | 1011000 | 0 | 101 | 111101 | 1101 | 110111 | 1000100 | 111101 |
Color Harmonies of #DFD358
Complementary color
Monochromatic Colors of #DFD358
Black with #DFD358
Text Example
Text Example
White with #DFD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD358; }
p { color: rgb(223,211,88); }
H1.HeaderClassName
{
color: #DFD358;
}
.AnyTagClassName
{
color: #DFD358;
}
</style>
background-color css
<style>
a { background-color: #DFD358; }
a { background-color: rgb(223,211,88); }
div.DivClassName
{
background-color: #DFD358;
}
.BgClassName
{
background-color: #DFD358;
}
</style>
border-color css
<style>
span { border-color: #DFD358; }
span { border-color: rgb(223,211,88); }
td.TdClassName
{
border-color: #DFD358;
}
.TagClassName
{
border-color: #DFD358;
}
</style>