Shades of Old Gold #DCBA3D
Tints of Old Gold #DCBA3D
RGB
CMYK
RGB Variations
Color information
#DCBA3D (or 0xDCBA3D) is known color: Old Gold. HEX triplet: DC, BA and 3D. RGB value is (220,186,61). Sum of RGB (Red+Green+Blue) = 220+186+61=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3D is #2345C2. Grayscale: #B6B6B6. Windows color (decimal): -2311619 or 4045532. OLE color: 4045532.
HSL color Cylindrical-coordinate representation of color #DCBA3D: hue angle of 47.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCBA3D is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 61 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.14 |
| HSL | 47.17º | 0.69% | 0.55% | - |
| HSV(B) | 47.17º | 0.72% | 0.86% | - |
| XYZ | 47.92 | 50.67 | 11.67 | - |
| YUV | 181.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 61 | 0 | 0.15 | 0.72 | 0.14 | 47.17 | 0.69 | 0.55 |
| Hex | DC | BA | 3D | 0 | F | 48 | E | 2F | 45 | 37 |
| Octal | 334 | 272 | 75 | 0 | 17 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011100 | 10111010 | 111101 | 0 | 1111 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DCBA3D
Complementary color
Monochromatic Colors of #DCBA3D
Black with #DCBA3D
Text Example
Text Example
White with #DCBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA3D; }
p { color: rgb(220,186,61); }
H1.HeaderClassName
{
color: #DCBA3D;
}
.AnyTagClassName
{
color: #DCBA3D;
}
</style>
background-color css
<style>
a { background-color: #DCBA3D; }
a { background-color: rgb(220,186,61); }
div.DivClassName
{
background-color: #DCBA3D;
}
.BgClassName
{
background-color: #DCBA3D;
}
</style>
border-color css
<style>
span { border-color: #DCBA3D; }
span { border-color: rgb(220,186,61); }
td.TdClassName
{
border-color: #DCBA3D;
}
.TagClassName
{
border-color: #DCBA3D;
}
</style>