Shades of Manz #DFD74C
Tints of Manz #DFD74C
RGB
CMYK
RGB Variations
Color information
#DFD74C (or 0xDFD74C) is known color: Manz. HEX triplet: DF, D7 and 4C. RGB value is (223,215,76). Sum of RGB (Red+Green+Blue) = 223+215+76=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD74C is #2028B3. Grayscale: #CACACA. Windows color (decimal): -2107572 or 5035999. OLE color: 5035999.
HSL color Cylindrical-coordinate representation of color #DFD74C: hue angle of 56.73º 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 #DFD74C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 76 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.13 |
| HSL | 56.73º | 0.7% | 0.59% | - |
| HSV(B) | 56.73º | 0.66% | 0.87% | - |
| XYZ | 56.04 | 64.81 | 16.39 | - |
| YUV | 201.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 76 | 0 | 0.04 | 0.66 | 0.13 | 56.73 | 0.7 | 0.59 |
| Hex | DF | D7 | 4C | 0 | 4 | 42 | D | 39 | 46 | 3B |
| Octal | 337 | 327 | 114 | 0 | 4 | 102 | 15 | 71 | 106 | 73 |
| Binary | 11011111 | 11010111 | 1001100 | 0 | 100 | 1000010 | 1101 | 111001 | 1000110 | 111011 |
Color Harmonies of #DFD74C
Complementary color
Monochromatic Colors of #DFD74C
Black with #DFD74C
Text Example
Text Example
White with #DFD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD74C; }
p { color: rgb(223,215,76); }
H1.HeaderClassName
{
color: #DFD74C;
}
.AnyTagClassName
{
color: #DFD74C;
}
</style>
background-color css
<style>
a { background-color: #DFD74C; }
a { background-color: rgb(223,215,76); }
div.DivClassName
{
background-color: #DFD74C;
}
.BgClassName
{
background-color: #DFD74C;
}
</style>
border-color css
<style>
span { border-color: #DFD74C; }
span { border-color: rgb(223,215,76); }
td.TdClassName
{
border-color: #DFD74C;
}
.TagClassName
{
border-color: #DFD74C;
}
</style>