Shades of Manz #DFD949
Tints of Manz #DFD949
RGB
CMYK
RGB Variations
Color information
#DFD949 (or 0xDFD949) is known color: Manz. HEX triplet: DF, D9 and 49. RGB value is (223,217,73). Sum of RGB (Red+Green+Blue) = 223+217+73=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD949 is #2026B6. Grayscale: #CACACA. Windows color (decimal): -2107063 or 4839903. OLE color: 4839903.
HSL color Cylindrical-coordinate representation of color #DFD949: hue angle of 57.6º 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 #DFD949 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 73 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.13 |
| HSL | 57.6º | 0.7% | 0.58% | - |
| HSV(B) | 57.6º | 0.67% | 0.87% | - |
| XYZ | 56.45 | 65.79 | 16.03 | - |
| YUV | 202.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 73 | 0 | 0.03 | 0.67 | 0.13 | 57.6 | 0.7 | 0.58 |
| Hex | DF | D9 | 49 | 0 | 3 | 43 | D | 3A | 46 | 3A |
| Octal | 337 | 331 | 111 | 0 | 3 | 103 | 15 | 72 | 106 | 72 |
| Binary | 11011111 | 11011001 | 1001001 | 0 | 11 | 1000011 | 1101 | 111010 | 1000110 | 111010 |
Color Harmonies of #DFD949
Complementary color
Monochromatic Colors of #DFD949
Black with #DFD949
Text Example
Text Example
White with #DFD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD949; }
p { color: rgb(223,217,73); }
H1.HeaderClassName
{
color: #DFD949;
}
.AnyTagClassName
{
color: #DFD949;
}
</style>
background-color css
<style>
a { background-color: #DFD949; }
a { background-color: rgb(223,217,73); }
div.DivClassName
{
background-color: #DFD949;
}
.BgClassName
{
background-color: #DFD949;
}
</style>
border-color css
<style>
span { border-color: #DFD949; }
span { border-color: rgb(223,217,73); }
td.TdClassName
{
border-color: #DFD949;
}
.TagClassName
{
border-color: #DFD949;
}
</style>