Shades of Manz #DFD94E
Tints of Manz #DFD94E
RGB
CMYK
RGB Variations
Color information
#DFD94E (or 0xDFD94E) is known color: Manz. HEX triplet: DF, D9 and 4E. RGB value is (223,217,78). Sum of RGB (Red+Green+Blue) = 223+217+78=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD94E is #2026B1. Grayscale: #CBCBCB. Windows color (decimal): -2107058 or 5167583. OLE color: 5167583.
HSL color Cylindrical-coordinate representation of color #DFD94E: hue angle of 57.52º 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 #DFD94E is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 78 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.13 |
| HSL | 57.52º | 0.69% | 0.59% | - |
| HSV(B) | 57.52º | 0.65% | 0.87% | - |
| XYZ | 56.62 | 65.86 | 16.94 | - |
| YUV | 202.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 78 | 0 | 0.03 | 0.65 | 0.13 | 57.52 | 0.69 | 0.59 |
| Hex | DF | D9 | 4E | 0 | 3 | 41 | D | 3A | 45 | 3B |
| Octal | 337 | 331 | 116 | 0 | 3 | 101 | 15 | 72 | 105 | 73 |
| Binary | 11011111 | 11011001 | 1001110 | 0 | 11 | 1000001 | 1101 | 111010 | 1000101 | 111011 |
Color Harmonies of #DFD94E
Complementary color
Monochromatic Colors of #DFD94E
Black with #DFD94E
Text Example
Text Example
White with #DFD94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD94E; }
p { color: rgb(223,217,78); }
H1.HeaderClassName
{
color: #DFD94E;
}
.AnyTagClassName
{
color: #DFD94E;
}
</style>
background-color css
<style>
a { background-color: #DFD94E; }
a { background-color: rgb(223,217,78); }
div.DivClassName
{
background-color: #DFD94E;
}
.BgClassName
{
background-color: #DFD94E;
}
</style>
border-color css
<style>
span { border-color: #DFD94E; }
span { border-color: rgb(223,217,78); }
td.TdClassName
{
border-color: #DFD94E;
}
.TagClassName
{
border-color: #DFD94E;
}
</style>