Shades of Metallic Gold #DCBA37
Tints of Metallic Gold #DCBA37
RGB
CMYK
RGB Variations
Color information
#DCBA37 (or 0xDCBA37) is known color: Metallic Gold. HEX triplet: DC, BA and 37. RGB value is (220,186,55). Sum of RGB (Red+Green+Blue) = 220+186+55=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA37 is #2345C8. Grayscale: #B5B5B5. Windows color (decimal): -2311625 or 3652316. OLE color: 3652316.
HSL color Cylindrical-coordinate representation of color #DCBA37: hue angle of 47.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCBA37 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 55 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.14 |
| HSL | 47.64º | 0.7% | 0.54% | - |
| HSV(B) | 47.64º | 0.75% | 0.86% | - |
| XYZ | 47.76 | 50.61 | 10.87 | - |
| YUV | 181.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 55 | 0 | 0.15 | 0.75 | 0.14 | 47.64 | 0.7 | 0.54 |
| Hex | DC | BA | 37 | 0 | F | 4B | E | 30 | 46 | 36 |
| Octal | 334 | 272 | 67 | 0 | 17 | 113 | 16 | 60 | 106 | 66 |
| Binary | 11011100 | 10111010 | 110111 | 0 | 1111 | 1001011 | 1110 | 110000 | 1000110 | 110110 |
Color Harmonies of #DCBA37
Complementary color
Monochromatic Colors of #DCBA37
Black with #DCBA37
Text Example
Text Example
White with #DCBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA37; }
p { color: rgb(220,186,55); }
H1.HeaderClassName
{
color: #DCBA37;
}
.AnyTagClassName
{
color: #DCBA37;
}
</style>
background-color css
<style>
a { background-color: #DCBA37; }
a { background-color: rgb(220,186,55); }
div.DivClassName
{
background-color: #DCBA37;
}
.BgClassName
{
background-color: #DCBA37;
}
</style>
border-color css
<style>
span { border-color: #DCBA37; }
span { border-color: rgb(220,186,55); }
td.TdClassName
{
border-color: #DCBA37;
}
.TagClassName
{
border-color: #DCBA37;
}
</style>