Shades of Old Gold #DCBA46
Tints of Old Gold #DCBA46
RGB
CMYK
RGB Variations
Color information
#DCBA46 (or 0xDCBA46) is known color: Old Gold. HEX triplet: DC, BA and 46. RGB value is (220,186,70). Sum of RGB (Red+Green+Blue) = 220+186+70=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA46 is #2345B9. Grayscale: #B7B7B7. Windows color (decimal): -2311610 or 4635356. OLE color: 4635356.
HSL color Cylindrical-coordinate representation of color #DCBA46: hue angle of 46.4º 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 #DCBA46 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 70 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.14 |
| HSL | 46.4º | 0.68% | 0.57% | - |
| HSV(B) | 46.4º | 0.68% | 0.86% | - |
| XYZ | 48.18 | 50.78 | 13.06 | - |
| YUV | 182.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 70 | 0 | 0.15 | 0.68 | 0.14 | 46.4 | 0.68 | 0.57 |
| Hex | DC | BA | 46 | 0 | F | 44 | E | 2E | 44 | 39 |
| Octal | 334 | 272 | 106 | 0 | 17 | 104 | 16 | 56 | 104 | 71 |
| Binary | 11011100 | 10111010 | 1000110 | 0 | 1111 | 1000100 | 1110 | 101110 | 1000100 | 111001 |
Color Harmonies of #DCBA46
Complementary color
Monochromatic Colors of #DCBA46
Black with #DCBA46
Text Example
Text Example
White with #DCBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA46; }
p { color: rgb(220,186,70); }
H1.HeaderClassName
{
color: #DCBA46;
}
.AnyTagClassName
{
color: #DCBA46;
}
</style>
background-color css
<style>
a { background-color: #DCBA46; }
a { background-color: rgb(220,186,70); }
div.DivClassName
{
background-color: #DCBA46;
}
.BgClassName
{
background-color: #DCBA46;
}
</style>
border-color css
<style>
span { border-color: #DCBA46; }
span { border-color: rgb(220,186,70); }
td.TdClassName
{
border-color: #DCBA46;
}
.TagClassName
{
border-color: #DCBA46;
}
</style>