Shades of Manz #DFD355
Tints of Manz #DFD355
RGB
CMYK
RGB Variations
Color information
#DFD355 (or 0xDFD355) is known color: Manz. HEX triplet: DF, D3 and 55. RGB value is (223,211,85). Sum of RGB (Red+Green+Blue) = 223+211+85=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD355 is #202CAA. Grayscale: #C8C8C8. Windows color (decimal): -2108587 or 5624799. OLE color: 5624799.
HSL color Cylindrical-coordinate representation of color #DFD355: hue angle of 54.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFD355 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 85 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 54.78º | 0.68% | 0.6% | - |
| HSV(B) | 54.78º | 0.62% | 0.87% | - |
| XYZ | 55.37 | 62.93 | 17.82 | - |
| YUV | 200.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 85 | 0 | 0.05 | 0.62 | 0.13 | 54.78 | 0.68 | 0.6 |
| Hex | DF | D3 | 55 | 0 | 5 | 3E | D | 37 | 44 | 3C |
| Octal | 337 | 323 | 125 | 0 | 5 | 76 | 15 | 67 | 104 | 74 |
| Binary | 11011111 | 11010011 | 1010101 | 0 | 101 | 111110 | 1101 | 110111 | 1000100 | 111100 |
Color Harmonies of #DFD355
Complementary color
Monochromatic Colors of #DFD355
Black with #DFD355
Text Example
Text Example
White with #DFD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD355; }
p { color: rgb(223,211,85); }
H1.HeaderClassName
{
color: #DFD355;
}
.AnyTagClassName
{
color: #DFD355;
}
</style>
background-color css
<style>
a { background-color: #DFD355; }
a { background-color: rgb(223,211,85); }
div.DivClassName
{
background-color: #DFD355;
}
.BgClassName
{
background-color: #DFD355;
}
</style>
border-color css
<style>
span { border-color: #DFD355; }
span { border-color: rgb(223,211,85); }
td.TdClassName
{
border-color: #DFD355;
}
.TagClassName
{
border-color: #DFD355;
}
</style>