Shades of Old Gold #DCBA47
Tints of Old Gold #DCBA47
RGB
CMYK
RGB Variations
Color information
#DCBA47 (or 0xDCBA47) is known color: Old Gold. HEX triplet: DC, BA and 47. RGB value is (220,186,71). Sum of RGB (Red+Green+Blue) = 220+186+71=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA47 is #2345B8. Grayscale: #B7B7B7. Windows color (decimal): -2311609 or 4700892. OLE color: 4700892.
HSL color Cylindrical-coordinate representation of color #DCBA47: hue angle of 46.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCBA47 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 71 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.14 |
| HSL | 46.31º | 0.68% | 0.57% | - |
| HSV(B) | 46.31º | 0.68% | 0.86% | - |
| XYZ | 48.21 | 50.79 | 13.22 | - |
| YUV | 183.06 | 64.76 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 71 | 0 | 0.15 | 0.68 | 0.14 | 46.31 | 0.68 | 0.57 |
| Hex | DC | BA | 47 | 0 | F | 44 | E | 2E | 44 | 39 |
| Octal | 334 | 272 | 107 | 0 | 17 | 104 | 16 | 56 | 104 | 71 |
| Binary | 11011100 | 10111010 | 1000111 | 0 | 1111 | 1000100 | 1110 | 101110 | 1000100 | 111001 |
Color Harmonies of #DCBA47
Complementary color
Monochromatic Colors of #DCBA47
Black with #DCBA47
Text Example
Text Example
White with #DCBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA47; }
p { color: rgb(220,186,71); }
H1.HeaderClassName
{
color: #DCBA47;
}
.AnyTagClassName
{
color: #DCBA47;
}
</style>
background-color css
<style>
a { background-color: #DCBA47; }
a { background-color: rgb(220,186,71); }
div.DivClassName
{
background-color: #DCBA47;
}
.BgClassName
{
background-color: #DCBA47;
}
</style>
border-color css
<style>
span { border-color: #DCBA47; }
span { border-color: rgb(220,186,71); }
td.TdClassName
{
border-color: #DCBA47;
}
.TagClassName
{
border-color: #DCBA47;
}
</style>