Shades of Manz #DFD350
Tints of Manz #DFD350
RGB
CMYK
RGB Variations
Color information
#DFD350 (or 0xDFD350) is known color: Manz. HEX triplet: DF, D3 and 50. RGB value is (223,211,80). Sum of RGB (Red+Green+Blue) = 223+211+80=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD350 is #202CAF. Grayscale: #C8C8C8. Windows color (decimal): -2108592 or 5297119. OLE color: 5297119.
HSL color Cylindrical-coordinate representation of color #DFD350: hue angle of 54.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFD350 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 80 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.13 |
| HSL | 54.97º | 0.69% | 0.59% | - |
| HSV(B) | 54.97º | 0.64% | 0.87% | - |
| XYZ | 55.17 | 62.86 | 16.81 | - |
| YUV | 199.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 80 | 0 | 0.05 | 0.64 | 0.13 | 54.97 | 0.69 | 0.59 |
| Hex | DF | D3 | 50 | 0 | 5 | 40 | D | 37 | 45 | 3B |
| Octal | 337 | 323 | 120 | 0 | 5 | 100 | 15 | 67 | 105 | 73 |
| Binary | 11011111 | 11010011 | 1010000 | 0 | 101 | 1000000 | 1101 | 110111 | 1000101 | 111011 |
Color Harmonies of #DFD350
Complementary color
Monochromatic Colors of #DFD350
Black with #DFD350
Text Example
Text Example
White with #DFD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD350; }
p { color: rgb(223,211,80); }
H1.HeaderClassName
{
color: #DFD350;
}
.AnyTagClassName
{
color: #DFD350;
}
</style>
background-color css
<style>
a { background-color: #DFD350; }
a { background-color: rgb(223,211,80); }
div.DivClassName
{
background-color: #DFD350;
}
.BgClassName
{
background-color: #DFD350;
}
</style>
border-color css
<style>
span { border-color: #DFD350; }
span { border-color: rgb(223,211,80); }
td.TdClassName
{
border-color: #DFD350;
}
.TagClassName
{
border-color: #DFD350;
}
</style>