Shades of Metallic Gold #DFB834
Tints of Metallic Gold #DFB834
RGB
CMYK
RGB Variations
Color information
#DFB834 (or 0xDFB834) is known color: Metallic Gold. HEX triplet: DF, B8 and 34. RGB value is (223,184,52). Sum of RGB (Red+Green+Blue) = 223+184+52=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB834 is #2047CB. Grayscale: #B5B5B5. Windows color (decimal): -2115532 or 3455199. OLE color: 3455199.
HSL color Cylindrical-coordinate representation of color #DFB834: hue angle of 46.32º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB834 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 52 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.13 |
| HSL | 46.32º | 0.73% | 0.54% | - |
| HSV(B) | 46.32º | 0.77% | 0.87% | - |
| XYZ | 48.19 | 50.22 | 10.4 | - |
| YUV | 180.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 52 | 0 | 0.17 | 0.77 | 0.13 | 46.32 | 0.73 | 0.54 |
| Hex | DF | B8 | 34 | 0 | 11 | 4D | D | 2E | 49 | 36 |
| Octal | 337 | 270 | 64 | 0 | 21 | 115 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10111000 | 110100 | 0 | 10001 | 1001101 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB834
Complementary color
Monochromatic Colors of #DFB834
Black with #DFB834
Text Example
Text Example
White with #DFB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB834; }
p { color: rgb(223,184,52); }
H1.HeaderClassName
{
color: #DFB834;
}
.AnyTagClassName
{
color: #DFB834;
}
</style>
background-color css
<style>
a { background-color: #DFB834; }
a { background-color: rgb(223,184,52); }
div.DivClassName
{
background-color: #DFB834;
}
.BgClassName
{
background-color: #DFB834;
}
</style>
border-color css
<style>
span { border-color: #DFB834; }
span { border-color: rgb(223,184,52); }
td.TdClassName
{
border-color: #DFB834;
}
.TagClassName
{
border-color: #DFB834;
}
</style>