Shades of Metallic Gold #DFB836
Tints of Metallic Gold #DFB836
RGB
CMYK
RGB Variations
Color information
#DFB836 (or 0xDFB836) is known color: Metallic Gold. HEX triplet: DF, B8 and 36. RGB value is (223,184,54). Sum of RGB (Red+Green+Blue) = 223+184+54=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB836 is #2047C9. Grayscale: #B5B5B5. Windows color (decimal): -2115530 or 3586271. OLE color: 3586271.
HSL color Cylindrical-coordinate representation of color #DFB836: hue angle of 46.15º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFB836 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 54 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.13 |
| HSL | 46.15º | 0.73% | 0.54% | - |
| HSV(B) | 46.15º | 0.76% | 0.87% | - |
| XYZ | 48.24 | 50.24 | 10.64 | - |
| YUV | 180.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 54 | 0 | 0.17 | 0.76 | 0.13 | 46.15 | 0.73 | 0.54 |
| Hex | DF | B8 | 36 | 0 | 11 | 4C | D | 2E | 49 | 36 |
| Octal | 337 | 270 | 66 | 0 | 21 | 114 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10111000 | 110110 | 0 | 10001 | 1001100 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB836
Complementary color
Monochromatic Colors of #DFB836
Black with #DFB836
Text Example
Text Example
White with #DFB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB836; }
p { color: rgb(223,184,54); }
H1.HeaderClassName
{
color: #DFB836;
}
.AnyTagClassName
{
color: #DFB836;
}
</style>
background-color css
<style>
a { background-color: #DFB836; }
a { background-color: rgb(223,184,54); }
div.DivClassName
{
background-color: #DFB836;
}
.BgClassName
{
background-color: #DFB836;
}
</style>
border-color css
<style>
span { border-color: #DFB836; }
span { border-color: rgb(223,184,54); }
td.TdClassName
{
border-color: #DFB836;
}
.TagClassName
{
border-color: #DFB836;
}
</style>