Shades of Manz #DFD357
Tints of Manz #DFD357
RGB
CMYK
RGB Variations
Color information
#DFD357 (or 0xDFD357) is known color: Manz. HEX triplet: DF, D3 and 57. RGB value is (223,211,87). Sum of RGB (Red+Green+Blue) = 223+211+87=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD357 is #202CA8. Grayscale: #C8C8C8. Windows color (decimal): -2108585 or 5755871. OLE color: 5755871.
HSL color Cylindrical-coordinate representation of color #DFD357: hue angle of 54.71º 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 #DFD357 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 87 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 54.71º | 0.68% | 0.61% | - |
| HSV(B) | 54.71º | 0.61% | 0.87% | - |
| XYZ | 55.45 | 62.96 | 18.25 | - |
| YUV | 200.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 87 | 0 | 0.05 | 0.61 | 0.13 | 54.71 | 0.68 | 0.61 |
| Hex | DF | D3 | 57 | 0 | 5 | 3D | D | 37 | 44 | 3D |
| Octal | 337 | 323 | 127 | 0 | 5 | 75 | 15 | 67 | 104 | 75 |
| Binary | 11011111 | 11010011 | 1010111 | 0 | 101 | 111101 | 1101 | 110111 | 1000100 | 111101 |
Color Harmonies of #DFD357
Complementary color
Monochromatic Colors of #DFD357
Black with #DFD357
Text Example
Text Example
White with #DFD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD357; }
p { color: rgb(223,211,87); }
H1.HeaderClassName
{
color: #DFD357;
}
.AnyTagClassName
{
color: #DFD357;
}
</style>
background-color css
<style>
a { background-color: #DFD357; }
a { background-color: rgb(223,211,87); }
div.DivClassName
{
background-color: #DFD357;
}
.BgClassName
{
background-color: #DFD357;
}
</style>
border-color css
<style>
span { border-color: #DFD357; }
span { border-color: rgb(223,211,87); }
td.TdClassName
{
border-color: #DFD357;
}
.TagClassName
{
border-color: #DFD357;
}
</style>