Shades of Metallic Gold #DFB93A
Tints of Metallic Gold #DFB93A
RGB
CMYK
RGB Variations
Color information
#DFB93A (or 0xDFB93A) is known color: Metallic Gold. HEX triplet: DF, B9 and 3A. RGB value is (223,185,58). Sum of RGB (Red+Green+Blue) = 223+185+58=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB93A is #2046C5. Grayscale: #B6B6B6. Windows color (decimal): -2115270 or 3848671. OLE color: 3848671.
HSL color Cylindrical-coordinate representation of color #DFB93A: hue angle of 46.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFB93A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 58 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.13 |
| HSL | 46.18º | 0.72% | 0.55% | - |
| HSV(B) | 46.18º | 0.74% | 0.87% | - |
| XYZ | 48.54 | 50.69 | 11.23 | - |
| YUV | 181.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 58 | 0 | 0.17 | 0.74 | 0.13 | 46.18 | 0.72 | 0.55 |
| Hex | DF | B9 | 3A | 0 | 11 | 4A | D | 2E | 48 | 37 |
| Octal | 337 | 271 | 72 | 0 | 21 | 112 | 15 | 56 | 110 | 67 |
| Binary | 11011111 | 10111001 | 111010 | 0 | 10001 | 1001010 | 1101 | 101110 | 1001000 | 110111 |
Color Harmonies of #DFB93A
Complementary color
Monochromatic Colors of #DFB93A
Black with #DFB93A
Text Example
Text Example
White with #DFB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB93A; }
p { color: rgb(223,185,58); }
H1.HeaderClassName
{
color: #DFB93A;
}
.AnyTagClassName
{
color: #DFB93A;
}
</style>
background-color css
<style>
a { background-color: #DFB93A; }
a { background-color: rgb(223,185,58); }
div.DivClassName
{
background-color: #DFB93A;
}
.BgClassName
{
background-color: #DFB93A;
}
</style>
border-color css
<style>
span { border-color: #DFB93A; }
span { border-color: rgb(223,185,58); }
td.TdClassName
{
border-color: #DFB93A;
}
.TagClassName
{
border-color: #DFB93A;
}
</style>