Shades of Manz #DFD749
Tints of Manz #DFD749
RGB
CMYK
RGB Variations
Color information
#DFD749 (or 0xDFD749) is known color: Manz. HEX triplet: DF, D7 and 49. RGB value is (223,215,73). Sum of RGB (Red+Green+Blue) = 223+215+73=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD749 is #2028B6. Grayscale: #C9C9C9. Windows color (decimal): -2107575 or 4839391. OLE color: 4839391.
HSL color Cylindrical-coordinate representation of color #DFD749: hue angle of 56.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFD749 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.13 |
| HSL | 56.8º | 0.7% | 0.58% | - |
| HSV(B) | 56.8º | 0.67% | 0.87% | - |
| XYZ | 55.93 | 64.77 | 15.86 | - |
| YUV | 201.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 73 | 0 | 0.04 | 0.67 | 0.13 | 56.8 | 0.7 | 0.58 |
| Hex | DF | D7 | 49 | 0 | 4 | 43 | D | 39 | 46 | 3A |
| Octal | 337 | 327 | 111 | 0 | 4 | 103 | 15 | 71 | 106 | 72 |
| Binary | 11011111 | 11010111 | 1001001 | 0 | 100 | 1000011 | 1101 | 111001 | 1000110 | 111010 |
Color Harmonies of #DFD749
Complementary color
Monochromatic Colors of #DFD749
Black with #DFD749
Text Example
Text Example
White with #DFD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD749; }
p { color: rgb(223,215,73); }
H1.HeaderClassName
{
color: #DFD749;
}
.AnyTagClassName
{
color: #DFD749;
}
</style>
background-color css
<style>
a { background-color: #DFD749; }
a { background-color: rgb(223,215,73); }
div.DivClassName
{
background-color: #DFD749;
}
.BgClassName
{
background-color: #DFD749;
}
</style>
border-color css
<style>
span { border-color: #DFD749; }
span { border-color: rgb(223,215,73); }
td.TdClassName
{
border-color: #DFD749;
}
.TagClassName
{
border-color: #DFD749;
}
</style>