Shades of Manz #DFD849
Tints of Manz #DFD849
RGB
CMYK
RGB Variations
Color information
#DFD849 (or 0xDFD849) is known color: Manz. HEX triplet: DF, D8 and 49. RGB value is (223,216,73). Sum of RGB (Red+Green+Blue) = 223+216+73=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD849 is #2027B6. Grayscale: #CACACA. Windows color (decimal): -2107319 or 4839647. OLE color: 4839647.
HSL color Cylindrical-coordinate representation of color #DFD849: hue angle of 57.2º 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 #DFD849 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 73 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.13 |
| HSL | 57.2º | 0.7% | 0.58% | - |
| HSV(B) | 57.2º | 0.67% | 0.87% | - |
| XYZ | 56.19 | 65.28 | 15.94 | - |
| YUV | 201.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 73 | 0 | 0.03 | 0.67 | 0.13 | 57.2 | 0.7 | 0.58 |
| Hex | DF | D8 | 49 | 0 | 3 | 43 | D | 39 | 46 | 3A |
| Octal | 337 | 330 | 111 | 0 | 3 | 103 | 15 | 71 | 106 | 72 |
| Binary | 11011111 | 11011000 | 1001001 | 0 | 11 | 1000011 | 1101 | 111001 | 1000110 | 111010 |
Color Harmonies of #DFD849
Complementary color
Monochromatic Colors of #DFD849
Black with #DFD849
Text Example
Text Example
White with #DFD849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD849; }
p { color: rgb(223,216,73); }
H1.HeaderClassName
{
color: #DFD849;
}
.AnyTagClassName
{
color: #DFD849;
}
</style>
background-color css
<style>
a { background-color: #DFD849; }
a { background-color: rgb(223,216,73); }
div.DivClassName
{
background-color: #DFD849;
}
.BgClassName
{
background-color: #DFD849;
}
</style>
border-color css
<style>
span { border-color: #DFD849; }
span { border-color: rgb(223,216,73); }
td.TdClassName
{
border-color: #DFD849;
}
.TagClassName
{
border-color: #DFD849;
}
</style>