Shades of Manz #DFD64F
Tints of Manz #DFD64F
RGB
CMYK
RGB Variations
Color information
#DFD64F (or 0xDFD64F) is known color: Manz. HEX triplet: DF, D6 and 4F. RGB value is (223,214,79). Sum of RGB (Red+Green+Blue) = 223+214+79=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD64F is #2029B0. Grayscale: #C9C9C9. Windows color (decimal): -2107825 or 5232351. OLE color: 5232351.
HSL color Cylindrical-coordinate representation of color #DFD64F: hue angle of 56.25º 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 #DFD64F is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 79 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.13 |
| HSL | 56.25º | 0.69% | 0.59% | - |
| HSV(B) | 56.25º | 0.65% | 0.87% | - |
| XYZ | 55.89 | 64.35 | 16.87 | - |
| YUV | 201.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 79 | 0 | 0.04 | 0.65 | 0.13 | 56.25 | 0.69 | 0.59 |
| Hex | DF | D6 | 4F | 0 | 4 | 41 | D | 38 | 45 | 3B |
| Octal | 337 | 326 | 117 | 0 | 4 | 101 | 15 | 70 | 105 | 73 |
| Binary | 11011111 | 11010110 | 1001111 | 0 | 100 | 1000001 | 1101 | 111000 | 1000101 | 111011 |
Color Harmonies of #DFD64F
Complementary color
Monochromatic Colors of #DFD64F
Black with #DFD64F
Text Example
Text Example
White with #DFD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD64F; }
p { color: rgb(223,214,79); }
H1.HeaderClassName
{
color: #DFD64F;
}
.AnyTagClassName
{
color: #DFD64F;
}
</style>
background-color css
<style>
a { background-color: #DFD64F; }
a { background-color: rgb(223,214,79); }
div.DivClassName
{
background-color: #DFD64F;
}
.BgClassName
{
background-color: #DFD64F;
}
</style>
border-color css
<style>
span { border-color: #DFD64F; }
span { border-color: rgb(223,214,79); }
td.TdClassName
{
border-color: #DFD64F;
}
.TagClassName
{
border-color: #DFD64F;
}
</style>