Shades of Manz #DFD94A
Tints of Manz #DFD94A
RGB
CMYK
RGB Variations
Color information
#DFD94A (or 0xDFD94A) is known color: Manz. HEX triplet: DF, D9 and 4A. RGB value is (223,217,74). Sum of RGB (Red+Green+Blue) = 223+217+74=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD94A is #2026B5. Grayscale: #CBCBCB. Windows color (decimal): -2107062 or 4905439. OLE color: 4905439.
HSL color Cylindrical-coordinate representation of color #DFD94A: hue angle of 57.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFD94A is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 74 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.13 |
| HSL | 57.58º | 0.7% | 0.58% | - |
| HSV(B) | 57.58º | 0.67% | 0.87% | - |
| XYZ | 56.48 | 65.81 | 16.2 | - |
| YUV | 202.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 74 | 0 | 0.03 | 0.67 | 0.13 | 57.58 | 0.7 | 0.58 |
| Hex | DF | D9 | 4A | 0 | 3 | 43 | D | 3A | 46 | 3A |
| Octal | 337 | 331 | 112 | 0 | 3 | 103 | 15 | 72 | 106 | 72 |
| Binary | 11011111 | 11011001 | 1001010 | 0 | 11 | 1000011 | 1101 | 111010 | 1000110 | 111010 |
Color Harmonies of #DFD94A
Complementary color
Monochromatic Colors of #DFD94A
Black with #DFD94A
Text Example
Text Example
White with #DFD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD94A; }
p { color: rgb(223,217,74); }
H1.HeaderClassName
{
color: #DFD94A;
}
.AnyTagClassName
{
color: #DFD94A;
}
</style>
background-color css
<style>
a { background-color: #DFD94A; }
a { background-color: rgb(223,217,74); }
div.DivClassName
{
background-color: #DFD94A;
}
.BgClassName
{
background-color: #DFD94A;
}
</style>
border-color css
<style>
span { border-color: #DFD94A; }
span { border-color: rgb(223,217,74); }
td.TdClassName
{
border-color: #DFD94A;
}
.TagClassName
{
border-color: #DFD94A;
}
</style>