Shades of Manz #DFD64D
Tints of Manz #DFD64D
RGB
CMYK
RGB Variations
Color information
#DFD64D (or 0xDFD64D) is known color: Manz. HEX triplet: DF, D6 and 4D. RGB value is (223,214,77). Sum of RGB (Red+Green+Blue) = 223+214+77=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD64D is #2029B2. Grayscale: #C9C9C9. Windows color (decimal): -2107827 or 5101279. OLE color: 5101279.
HSL color Cylindrical-coordinate representation of color #DFD64D: hue angle of 56.3º degrees, saturation: 0.7, 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 #DFD64D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 77 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.13 |
| HSL | 56.3º | 0.7% | 0.59% | - |
| HSV(B) | 56.3º | 0.65% | 0.87% | - |
| XYZ | 55.82 | 64.32 | 16.49 | - |
| YUV | 201.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 77 | 0 | 0.04 | 0.65 | 0.13 | 56.3 | 0.7 | 0.59 |
| Hex | DF | D6 | 4D | 0 | 4 | 41 | D | 38 | 46 | 3B |
| Octal | 337 | 326 | 115 | 0 | 4 | 101 | 15 | 70 | 106 | 73 |
| Binary | 11011111 | 11010110 | 1001101 | 0 | 100 | 1000001 | 1101 | 111000 | 1000110 | 111011 |
Color Harmonies of #DFD64D
Complementary color
Monochromatic Colors of #DFD64D
Black with #DFD64D
Text Example
Text Example
White with #DFD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD64D; }
p { color: rgb(223,214,77); }
H1.HeaderClassName
{
color: #DFD64D;
}
.AnyTagClassName
{
color: #DFD64D;
}
</style>
background-color css
<style>
a { background-color: #DFD64D; }
a { background-color: rgb(223,214,77); }
div.DivClassName
{
background-color: #DFD64D;
}
.BgClassName
{
background-color: #DFD64D;
}
</style>
border-color css
<style>
span { border-color: #DFD64D; }
span { border-color: rgb(223,214,77); }
td.TdClassName
{
border-color: #DFD64D;
}
.TagClassName
{
border-color: #DFD64D;
}
</style>