Shades of Manz #DFD44F
Tints of Manz #DFD44F
RGB
CMYK
RGB Variations
Color information
#DFD44F (or 0xDFD44F) is known color: Manz. HEX triplet: DF, D4 and 4F. RGB value is (223,212,79). Sum of RGB (Red+Green+Blue) = 223+212+79=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD44F is #202BB0. Grayscale: #C8C8C8. Windows color (decimal): -2108337 or 5231839. OLE color: 5231839.
HSL color Cylindrical-coordinate representation of color #DFD44F: hue angle of 55.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFD44F is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 79 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.13 |
| HSL | 55.42º | 0.69% | 0.59% | - |
| HSV(B) | 55.42º | 0.65% | 0.87% | - |
| XYZ | 55.39 | 63.34 | 16.7 | - |
| YUV | 200.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 79 | 0 | 0.05 | 0.65 | 0.13 | 55.42 | 0.69 | 0.59 |
| Hex | DF | D4 | 4F | 0 | 5 | 41 | D | 37 | 45 | 3B |
| Octal | 337 | 324 | 117 | 0 | 5 | 101 | 15 | 67 | 105 | 73 |
| Binary | 11011111 | 11010100 | 1001111 | 0 | 101 | 1000001 | 1101 | 110111 | 1000101 | 111011 |
Color Harmonies of #DFD44F
Complementary color
Monochromatic Colors of #DFD44F
Black with #DFD44F
Text Example
Text Example
White with #DFD44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD44F; }
p { color: rgb(223,212,79); }
H1.HeaderClassName
{
color: #DFD44F;
}
.AnyTagClassName
{
color: #DFD44F;
}
</style>
background-color css
<style>
a { background-color: #DFD44F; }
a { background-color: rgb(223,212,79); }
div.DivClassName
{
background-color: #DFD44F;
}
.BgClassName
{
background-color: #DFD44F;
}
</style>
border-color css
<style>
span { border-color: #DFD44F; }
span { border-color: rgb(223,212,79); }
td.TdClassName
{
border-color: #DFD44F;
}
.TagClassName
{
border-color: #DFD44F;
}
</style>