Shades of Manz #DFD64C
Tints of Manz #DFD64C
RGB
CMYK
RGB Variations
Color information
#DFD64C (or 0xDFD64C) is known color: Manz. HEX triplet: DF, D6 and 4C. RGB value is (223,214,76). Sum of RGB (Red+Green+Blue) = 223+214+76=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD64C is #2029B3. Grayscale: #C9C9C9. Windows color (decimal): -2107828 or 5035743. OLE color: 5035743.
HSL color Cylindrical-coordinate representation of color #DFD64C: hue angle of 56.33º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFD64C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 76 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.13 |
| HSL | 56.33º | 0.7% | 0.59% | - |
| HSV(B) | 56.33º | 0.66% | 0.87% | - |
| XYZ | 55.78 | 64.3 | 16.31 | - |
| YUV | 200.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 76 | 0 | 0.04 | 0.66 | 0.13 | 56.33 | 0.7 | 0.59 |
| Hex | DF | D6 | 4C | 0 | 4 | 42 | D | 38 | 46 | 3B |
| Octal | 337 | 326 | 114 | 0 | 4 | 102 | 15 | 70 | 106 | 73 |
| Binary | 11011111 | 11010110 | 1001100 | 0 | 100 | 1000010 | 1101 | 111000 | 1000110 | 111011 |
Color Harmonies of #DFD64C
Complementary color
Monochromatic Colors of #DFD64C
Black with #DFD64C
Text Example
Text Example
White with #DFD64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD64C; }
p { color: rgb(223,214,76); }
H1.HeaderClassName
{
color: #DFD64C;
}
.AnyTagClassName
{
color: #DFD64C;
}
</style>
background-color css
<style>
a { background-color: #DFD64C; }
a { background-color: rgb(223,214,76); }
div.DivClassName
{
background-color: #DFD64C;
}
.BgClassName
{
background-color: #DFD64C;
}
</style>
border-color css
<style>
span { border-color: #DFD64C; }
span { border-color: rgb(223,214,76); }
td.TdClassName
{
border-color: #DFD64C;
}
.TagClassName
{
border-color: #DFD64C;
}
</style>